Skip to content

Commit

Permalink
switching to final impg repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebolo1993 committed Jul 25, 2024
1 parent 5d2f16a commit e94be7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ RUN wget https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.s
&& chmod +x bedtools.static \
&& mv bedtools.static bedtools

## install megadepth

RUN wget https://github.com/ChristopherWilks/megadepth/releases/download/1.2.0/megadepth \
&& chmod +x megadepth

ENV PATH /opt:$PATH

##install gafpack
Expand All @@ -125,13 +130,12 @@ ENV PATH /opt/gfainject/target/release:$PATH

##install impg

RUN git clone https://github.com/ekg/impg.git \
RUN git clone https://github.com/pangenome/impg \
&& cd impg \
&& cargo install --force --path .

ENV PATH /opt/impg/target/release:$PATH


##install cosigt

RUN git clone https://github.com/davidebolo1993/cosigt.git \
Expand Down

0 comments on commit e94be7d

Please sign in to comment.