Skip to content

Commit 2e9b4b6

Browse files
author
German Uritskiy
committed
metaWRAP v=0.4
1 parent 318e89e commit 2e9b4b6

3 files changed

Lines changed: 234 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# metaWRAP - Comprehensive Metagenome Analysis in One Place
2-
## metaWRAP version 0.4
2+
## metaWRAP v=0.4
33

44
metaWRAP aims to be an easy-to-use inclusive wrapper program that accomplishes the most basic tasks in metagenomic analysis: QC, assembly, binning, visualization, and taxonomic profiling. While there is no single best approach for processing metagenomic data, metaWRAP is meant to be a fast and simple first pass program before you delve deeper into parameterization of your approach. Each individual component of the pipeline is also a standalone module. This modularity allows the users to use only the modules they are interested in.
55

dependancies.txt

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
#ALL DEPENDANCIES:
2+
-BLAST 2.6.0+
3+
-bmtagger 3.101
4+
-Bowtie2 2.3.2
5+
-bwa 0.7.15-r1140
6+
-Checkm v1.0.7
7+
-FastQC v0.11.5
8+
-kraken 0.10.6
9+
-kronatools 2.7
10+
-megahit v1.1.1-2-g02102e1
11+
-metabat2 2.9.1
12+
-concoct 0.4.0
13+
-MaxBin2 2.2.4
14+
-perl v5.22.0
15+
-python2.7
16+
-quast v4.5
17+
-R 3.3.2
18+
-ggplot2
19+
-samtools 1.3.1
20+
-SPAdes v3.10.1
21+
-trim_galore 0.4.3
22+
-python 2.7
23+
-seaborn 0.8.1
24+
-salmon
25+
-matplotlib
26+
27+
28+
#DATABASES:
29+
1.4GB Checkm_DB (past of CheckM installation)
30+
161GB -KRAKEN standard database
31+
71GB RefSeq NCBI_nt
32+
283MB RefSeq NCBI_tax
33+
20GB Indexed hg38 (for bmtagger)
34+
35+
36+
#More detailed dependancies:
37+
38+
general:
39+
-python2.7
40+
41+
read_qc.sh
42+
-fastqc v0.11.5
43+
-trim_galore 0.4.3
44+
-bmtagger 3.101
45+
-human_db hg38
46+
47+
assembly.sh
48+
-SPAdes v3.10.1
49+
-bwa 0.7.15-r1140
50+
-megahit v1.1.1-2-g02102e1
51+
-quast v4.5
52+
53+
binning.sh
54+
-bwa 0.7.15-r1140
55+
-samtools 1.3.1
56+
-metabat2 2.9.1
57+
-concoct 0.4.0
58+
-MaxBin2 2.2.4
59+
60+
bin_refinement.sh
61+
-python 2.7
62+
-matplotlib
63+
-checkm v1.0.7
64+
-checkm_DB (standard)
65+
66+
reassemble_bins.sh
67+
-bwa 0.7.15-r1140
68+
-samtools 1.3.1
69+
-checkm v1.0.7
70+
-checkm_DB (standard)
71+
-SPAdes 3.11.1
72+
73+
quant_bins.sh
74+
-salmon
75+
-seaborn 0.8.1
76+
77+
blobology.sh
78+
-refseq_db NCBI_nt
79+
-refseq_db NCBI_tax
80+
-blast 2.6.0+
81+
-bowtie2 2.3.2
82+
-perl v5.22.0
83+
-R 3.3.2
84+
-ggplot2
85+
86+
kraken.sh
87+
-kraken 0.10.6
88+
-kraken_db STANDARD_DATABASE
89+
-kronatools 2.7
90+

environment.yml

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
name: metawrap
2+
channels:
3+
- bioconda
4+
- r
5+
- defaults
6+
- conda-forge
7+
dependencies:
8+
- bcftools=1.3.1=1
9+
- biopython=1.69=np110py27_0
10+
- blast=2.7.1=boost1.64_1
11+
- bmfilter=3.101=1
12+
- bmtagger=3.101=3
13+
- bmtool=3.101=1
14+
- bowtie2=2.3.0=py27_1
15+
- bwa=0.7.15=1
16+
- checkm-genome=1.0.7=py27_0
17+
- concoct=0.4.0=gsl1.16_0
18+
- cutadapt=1.15=py27_0
19+
- dendropy=4.2.0=py27_0
20+
- extract_fullseq=3.101=2
21+
- fastqc=0.11.5=1
22+
- ggplot=0.6.8=py27_0
23+
- htslib=1.3=0
24+
- java-jdk=8.0.92=1
25+
- jemalloc=4.5.0=0
26+
- kraken=0.10.6_eaf8fb68=2
27+
- megahit=1.1.2=py27_0
28+
- mmtf-python=1.0.2=py27_0
29+
- perl-threaded=5.22.0=10
30+
- pysam=0.9.0=py27_1
31+
- python-dateutil=2.3=py27_0
32+
- quast=4.1=py27_0
33+
- salmon=0.9.1=0
34+
- samtools=1.6=0
35+
- screamingbackpack=0.2.333=py27_0
36+
- simplejson=3.8.1=py27_0
37+
- srprism=2.4.24=2
38+
- tbb=4.4_20150728=0
39+
- trim-galore=0.4.5=pl5.22.0_0
40+
- typing=3.5.2.2=py27_0
41+
- xopen=0.3.2=py27_0
42+
- boost=1.64.0=py27_4
43+
- boost-cpp=1.64.0=1
44+
- brewer2mpl=1.4.1=py27_2
45+
- gnutls=3.5.15=0
46+
- gsl=1.16=0
47+
- libidn11=1.33=0
48+
- nettle=3.3=0
49+
- perl=5.22.0.1=0
50+
- pyqt=4.11.4=py27_2
51+
- alabaster=0.7.10=py27he5a193a_0
52+
- asn1crypto=0.23.0=py27h7b0c810_0
53+
- babel=2.5.0=py27h20693cd_0
54+
- backports=1.0=py27h63c9359_1
55+
- backports_abc=0.5=py27h7b3c97b_0
56+
- bz2file=0.98=py27_0
57+
- bzip2=1.0.6=h6d464ef_2
58+
- ca-certificates=2017.08.26=h1d4fec5_0
59+
- cairo=1.14.8=0
60+
- certifi=2017.11.5=py27h71e7faf_0
61+
- cffi=1.11.2=py27ha7929c6_0
62+
- chardet=3.0.4=py27hfa10054_1
63+
- cryptography=2.1.4=py27h6697b16_0
64+
- curl=7.52.1=0
65+
- cycler=0.10.0=py27hc7354d3_0
66+
- cython=0.27.3=py27hc56b35e_0
67+
- docutils=0.14=py27hae222c1_0
68+
- enum34=1.1.6=py27h99a27e9_1
69+
- fontconfig=2.12.1=3
70+
- freetype=2.5.5=2
71+
- functools32=3.2.3.2=py27h4ead58f_1
72+
- gmp=6.1.2=h6c8ec71_1
73+
- icu=58.2=h9c2bf20_1
74+
- idna=2.6=py27h5722d68_1
75+
- imagesize=0.7.1=py27hd17bf80_0
76+
- intel-openmp=2018.0.0=hc7b2577_8
77+
- ipaddress=1.0.18=py27h337fd85_0
78+
- jinja2=2.10=py27h4114e70_0
79+
- joblib=0.11=py27_0
80+
- libedit=3.1=heed3624_0
81+
- libffi=3.2.1=hd88cf55_4
82+
- libgcc=7.2.0=h69d50b8_2
83+
- libgcc-ng=7.2.0=h7cc24e2_2
84+
- libgfortran=3.0.0=1
85+
- libgfortran-ng=7.2.0=h9f7466a_2
86+
- libiconv=1.14=0
87+
- libpng=1.6.30=1
88+
- libstdcxx-ng=7.2.0=h7a57d05_2
89+
- libxml2=2.9.4=0
90+
- markupsafe=1.0=py27h97b2822_1
91+
- matplotlib=1.5.1=np110py27_0
92+
- mkl=2018.0.1=h19d6760_4
93+
- msgpack-python=0.4.8=py27hc2fa789_0
94+
- ncurses=6.0=h9df7e31_2
95+
- nose=1.3.7=py27heec2199_2
96+
- numpy=1.10.2=py27_0
97+
- openblas=0.2.14=4
98+
- openssl=1.0.2m=h26d622b_1
99+
- pandas=0.21.0=py27he307072_1
100+
- patsy=0.4.1=py27hd1cf8c0_0
101+
- pcre=8.41=hc27e229_1
102+
- pip=9.0.1=py27ha730c48_4
103+
- pixman=0.34.0=hceecf20_3
104+
- pycairo=1.13.3=py27hea6d626_0
105+
- pycparser=2.18=py27hefa08c5_1
106+
- pygments=2.2.0=py27h4a8b6f5_0
107+
- pyopenssl=17.5.0=py27hcee3be0_0
108+
- pyparsing=2.2.0=py27hf1513f8_1
109+
- pysocks=1.6.7=py27he2db6d2_1
110+
- python=2.7.11=0
111+
- pytz=2017.3=py27h001bace_0
112+
- qt=4.8.5=0
113+
- readline=6.2=2
114+
- reportlab=3.2.0=py27_0
115+
- requests=2.18.4=py27hc5b0589_1
116+
- scikit-learn=0.19.1=py27h445a80a_0
117+
- scipy=1.0.0=py27hf5f0f52_0
118+
- seaborn=0.8.1=py27h633ea1e_0
119+
- setuptools=36.5.0=py27h68b189e_0
120+
- singledispatch=3.4.0.3=py27h9bcb476_0
121+
- sip=4.18=py27_0
122+
- six=1.11.0=py27h5f960f1_1
123+
- snowballstemmer=1.2.1=py27h44e2768_0
124+
- sphinx=1.6.3=py27hf9b1778_0
125+
- sphinx_rtd_theme=0.2.4=py27_0
126+
- sphinxcontrib=1.0=py27h1512b58_1
127+
- sphinxcontrib-websupport=1.0.1=py27hf906f22_1
128+
- sqlite=3.20.1=hb898158_2
129+
- ssl_match_hostname=3.5.0.1=py27h4ec10b9_2
130+
- statsmodels=0.8.0=py27hc87d62d_0
131+
- subprocess32=3.2.7=py27h373dbce_0
132+
- tk=8.5.18=0
133+
- tornado=4.5.2=py27h97b179f_0
134+
- urllib3=1.22=py27ha55213b_0
135+
- wheel=0.30.0=py27h2bc6bb2_1
136+
- xz=5.2.3=h55aa19d_2
137+
- zlib=1.2.8=3
138+
- pip:
139+
- backports-abc==0.5
140+
- backports.ssl-match-hostname==3.5.0.1
141+
- sphinx-rtd-theme==0.2.4
142+
prefix: /home/guritsk1/miniconda2/envs/metawrap
143+

0 commit comments

Comments
 (0)