Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mosaicatcher Update
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Weber
Mosaicatcher Update
Commits
cdb20b80
Commit
cdb20b80
authored
6 years ago
by
Tobias Marschall
Browse files
Options
Downloads
Patches
Plain Diff
Add freebayes to conda environment
parent
9e9d8261
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
conda-environment.yml
+17
-5
17 additions, 5 deletions
conda-environment.yml
with
18 additions
and
6 deletions
README.md
+
1
−
1
View file @
cdb20b80
...
@@ -205,7 +205,7 @@ infrastructure. Here is an example command:
...
@@ -205,7 +205,7 @@ infrastructure. Here is an example command:
The provided environment
`conda-environment.yml`
is the result of running:
The provided environment
`conda-environment.yml`
is the result of running:
```
```
conda create -y -n strandseqnation bcftools bioconductor-biobase bioconductor-biocgenerics bioconductor-biocinstaller bioconductor-biocparallel bioconductor-biostrings bioconductor-bsgenome bioconductor-bsgenome.hsapiens.ucsc.hg38 bioconductor-delayedarray bioconductor-fastseg bioconductor-genomeinfodb bioconductor-genomeinfodbdata bioconductor-genomicalignments bioconductor-genomicranges bioconductor-iranges bioconductor-rsamtools bioconductor-rtracklayer bioconductor-s4vectors bioconductor-summarizedexperiment bioconductor-xvector bioconductor-zlibbioc filechunkio ftputil htslib pysftp r-data.table r-peer samtools snakemake urllib3 aioeasywebdav aiohttp appdirs asn1crypto async-timeout boost boost-cpp bzip2 ca-certificates cairo certifi cffi chardet cmake configargparse cryptography curl docutils dropbox expat fontconfig freetype gettext glib graphite2 gsl harfbuzz icu idna jpeg krb5 libffi libiconv libpng libssh2 libtiff libuv libxml2 multidict ncurses openssl pandas pango paramiko pcre pip pixman psutil pyasn1 pycparser pynacl python python-dateutil pytz pyyaml r-assertthat r-base r-bh r-bitops r-colorspace r-cowplot r-curl r-devtools r-dichromat r-digest r-futile.logger r-futile.options r-ggplot2 r-git2r r-gridextra r-gtable r-hexbin r-httr r-jsonlite r-labeling r-lambda.r r-lattice r-lazyeval r-magrittr r-mass r-matrix r-matrixstats r-memoise r-mime r-munsell r-openssl r-plyr r-r6 r-rcolorbrewer r-rcpp r-rcurl r-reshape2 r-rlang r-rstudioapi r-scales r-snow r-stringi r-stringr r-tibble r-viridislite r-whisker r-withr r-xml ratelimiter readline requests rhash setuptools six sqlite tk wheel wrapt xz yaml yarl zlib bcrypt intel-openmp libgcc libgcc-ng libgfortran-ng libstdcxx-ng mkl numpy wget r-dplyr scipy whatshap
conda create -y -n strandseqnation bcftools bioconductor-biobase bioconductor-biocgenerics bioconductor-biocinstaller bioconductor-biocparallel bioconductor-biostrings bioconductor-bsgenome bioconductor-bsgenome.hsapiens.ucsc.hg38 bioconductor-delayedarray bioconductor-fastseg bioconductor-genomeinfodb bioconductor-genomeinfodbdata bioconductor-genomicalignments bioconductor-genomicranges bioconductor-iranges bioconductor-rsamtools bioconductor-rtracklayer bioconductor-s4vectors bioconductor-summarizedexperiment bioconductor-xvector bioconductor-zlibbioc filechunkio ftputil htslib pysftp r-data.table r-peer samtools snakemake urllib3 aioeasywebdav aiohttp appdirs asn1crypto async-timeout boost boost-cpp bzip2 ca-certificates cairo certifi cffi chardet cmake configargparse cryptography curl docutils dropbox expat fontconfig freetype gettext glib graphite2 gsl harfbuzz icu idna jpeg krb5 libffi libiconv libpng libssh2 libtiff libuv libxml2 multidict ncurses openssl pandas pango paramiko pcre pip pixman psutil pyasn1 pycparser pynacl python python-dateutil pytz pyyaml r-assertthat r-base r-bh r-bitops r-colorspace r-cowplot r-curl r-devtools r-dichromat r-digest r-futile.logger r-futile.options r-ggplot2 r-git2r r-gridextra r-gtable r-hexbin r-httr r-jsonlite r-labeling r-lambda.r r-lattice r-lazyeval r-magrittr r-mass r-matrix r-matrixstats r-memoise r-mime r-munsell r-openssl r-plyr r-r6 r-rcolorbrewer r-rcpp r-rcurl r-reshape2 r-rlang r-rstudioapi r-scales r-snow r-stringi r-stringr r-tibble r-viridislite r-whisker r-withr r-xml ratelimiter readline requests rhash setuptools six sqlite tk wheel wrapt xz yaml yarl zlib bcrypt intel-openmp libgcc libgcc-ng libgfortran-ng libstdcxx-ng mkl numpy wget r-dplyr scipy whatshap
freebayes
conda env export > conda-environment.yml
conda env export > conda-environment.yml
```
```
...
...
This diff is collapsed.
Click to expand it.
conda-environment.yml
+
17
−
5
View file @
cdb20b80
...
@@ -28,6 +28,7 @@ dependencies:
...
@@ -28,6 +28,7 @@ dependencies:
-
bioconductor-zlibbioc=1.24.0=r3.4.1_0
-
bioconductor-zlibbioc=1.24.0=r3.4.1_0
-
dropbox=5.2.1=py36_0
-
dropbox=5.2.1=py36_0
-
filechunkio=1.6=py36_0
-
filechunkio=1.6=py36_0
-
freebayes=1.0.2=0
-
ftputil=3.2=py36_0
-
ftputil=3.2=py36_0
-
htslib=1.7=0
-
htslib=1.7=0
-
libdeflate=1.0=h470a237_0
-
libdeflate=1.0=h470a237_0
...
@@ -54,7 +55,7 @@ dependencies:
...
@@ -54,7 +55,7 @@ dependencies:
-
boost-cpp=1.67.0=h3a22d5f_0
-
boost-cpp=1.67.0=h3a22d5f_0
-
bzip2=1.0.6=1
-
bzip2=1.0.6=1
-
ca-certificates=2018.4.16=0
-
ca-certificates=2018.4.16=0
-
cairo=1.14.1
0=
0
-
cairo=1.14.1
2=he56eebe_
0
-
certifi=2018.4.16=py36_0
-
certifi=2018.4.16=py36_0
-
cffi=1.11.5=py36_0
-
cffi=1.11.5=py36_0
-
chardet=3.0.4=py36_0
-
chardet=3.0.4=py36_0
...
@@ -64,7 +65,7 @@ dependencies:
...
@@ -64,7 +65,7 @@ dependencies:
-
curl=7.60.0=0
-
curl=7.60.0=0
-
docutils=0.14=py36_0
-
docutils=0.14=py36_0
-
expat=2.2.5=hfc679d8_1
-
expat=2.2.5=hfc679d8_1
-
fontconfig=2.1
2.6=0
-
fontconfig=2.1
3.0=1
-
freetype=2.8.1=0
-
freetype=2.8.1=0
-
gettext=0.19.8.1=0
-
gettext=0.19.8.1=0
-
glib=2.55.0=0
-
glib=2.55.0=0
...
@@ -81,15 +82,17 @@ dependencies:
...
@@ -81,15 +82,17 @@ dependencies:
-
libpng=1.6.34=ha92aebf_1
-
libpng=1.6.34=ha92aebf_1
-
libssh2=1.8.0=h5b517e9_2
-
libssh2=1.8.0=h5b517e9_2
-
libtiff=4.0.9=he6b73bb_1
-
libtiff=4.0.9=he6b73bb_1
-
libuuid=1.0.3=1
-
libuv=1.20.3=0
-
libuv=1.20.3=0
-
libxcb=1.13=h470a237_0
-
libxml2=2.9.8=h422b904_1
-
libxml2=2.9.8=h422b904_1
-
multidict=4.3.1=py36h470a237_0
-
multidict=4.3.1=py36h470a237_0
-
ncurses=5.9=10
-
ncurses=5.9=10
-
numpy=1.14.5=py36_blas_openblashd3ea46f_200
-
numpy=1.14.5=py36_blas_openblashd3ea46f_200
-
openblas=0.2.20=8
-
openblas=0.2.20=8
-
openssl=1.0.2o=0
-
openssl=1.0.2o=0
-
pandas=0.23.
1
=py36_0
-
pandas=0.23.
2
=py36_0
-
pango=1.40.14=
0
-
pango=1.40.14=
hd50be51_1
-
paramiko=2.1.2=py36_0
-
paramiko=2.1.2=py36_0
-
pcre=8.39=0
-
pcre=8.39=0
-
pip=9.0.3=py36_0
-
pip=9.0.3=py36_0
...
@@ -112,7 +115,7 @@ dependencies:
...
@@ -112,7 +115,7 @@ dependencies:
-
r-cowplot=0.9.2=r3.4.1_0
-
r-cowplot=0.9.2=r3.4.1_0
-
r-crayon=1.3.4=r3.4.1_0
-
r-crayon=1.3.4=r3.4.1_0
-
r-curl=3.2=r3.4.1_0
-
r-curl=3.2=r3.4.1_0
-
r-devtools=1.13.
5
=r3
.4.
1_0
-
r-devtools=1.13.
6
=r3
4
1_0
-
r-dichromat=2.0_0=r3.4.1_0
-
r-dichromat=2.0_0=r3.4.1_0
-
r-digest=0.6.15=r3.4.1_0
-
r-digest=0.6.15=r3.4.1_0
-
r-dplyr=0.7.4=r3.4.1_0
-
r-dplyr=0.7.4=r3.4.1_0
...
@@ -170,6 +173,15 @@ dependencies:
...
@@ -170,6 +173,15 @@ dependencies:
-
tk=8.6.7=0
-
tk=8.6.7=0
-
wheel=0.31.0=py36_0
-
wheel=0.31.0=py36_0
-
wrapt=1.10.11=py36_0
-
wrapt=1.10.11=py36_0
-
xorg-kbproto=1.0.7=h470a237_2
-
xorg-libice=1.0.9=2
-
xorg-libsm=1.2.2=2
-
xorg-libx11=1.6.5=0
-
xorg-libxau=1.0.8=h470a237_4
-
xorg-libxdmcp=1.1.2=h470a237_4
-
xorg-libxrender=0.9.10=0
-
xorg-renderproto=0.11.1=h470a237_2
-
xorg-xproto=7.0.31=h470a237_7
-
xz=5.2.3=0
-
xz=5.2.3=0
-
yaml=0.1.7=0
-
yaml=0.1.7=0
-
yarl=1.2.6=py36h470a237_0
-
yarl=1.2.6=py36h470a237_0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment