forked from andersen-lab/ivar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added -n option to ivar consensus. Adde nano, vim and pandas to Docke…
…rfile.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM ubuntu:18.04 | |
MAINTAINER Karthik G <[email protected]> | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y build-essential autoconf zlib1g-dev python3 wget libbz2-dev liblzma-dev libncurses-dev git bedtools python3-pip | ||
RUN apt-get install -y build-essential autoconf zlib1g-dev python3 wget libbz2-dev liblzma-dev libncurses-dev git bedtools python3-pip vim nano | ||
# HTSlib | ||
RUN cd root/ &&\ | ||
wget https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2 &&\ | ||
|
@@ -42,4 +42,4 @@ RUN cd root/ &&\ | |
rm v0.7.17.tar.gz | ||
ENV PATH /root/bwa-0.7.17:$PATH | ||
# Snakemake | ||
RUN pip3 install snakemake | ||
RUN pip3 install pandas snakemake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters