Sign inSign up

plantgenomics/psiclass

By plantgenomics

Updated almost 2 years ago

This container fixes issues with long read BAMs

Image
0

248

plantgenomics/psiclass repository overview

Dockerfile

FROM --platform=linux/amd64 ubuntu:22.04

ENV TZ=America/New_York
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get -y update
RUN apt-get -y install git perl python3 less vim wget time zlib1g zlib1g-dev lzma-dev \
        libncurses5-dev libcurl4-nss-dev liblzma-dev libncursesw5-dev make unzip zip build-essential \
        gcc g++ cmake ca-certificates libbz2-dev xz-utils htop autoconf automake binutils bison flex \
        gettext libtool make patch pkg-config p7zip-full p7zip r-base curl sudo python3-pip
RUN apt-get clean all
RUN sudo apt-get autoclean autoremove

RUN mkdir -p /softwares && cd /softwares && \
        git clone https://github.com/mbeavitt/PsiCLASS.git && \
        cd PsiCLASS && \
        make
        
ENV PATH=$PATH:/softwares/PsiCLASS

Tag summary

Content type

Image

Digest

sha256:a1801a377

Size

460.8 MB

Last updated

almost 2 years ago

docker pull plantgenomics/psiclass:1.0.3-fork