Mercurial > repos > petrn > repeatexplorer
annotate environment.yml @ 4:0f9dfaada8ef draft
Uploaded
author | petrn |
---|---|
date | Fri, 20 Dec 2019 12:32:17 +0000 |
parents | f6ebec6e235e |
children |
rev | line source |
---|---|
0 | 1 name: repeatexplorer |
2 channels: | |
3 - iuc | |
4 - conda-forge | |
5 - bioconda | |
6 dependencies: | |
7 - python 3.7.* | |
8 - compilers | |
9 - pyrserve 0.9.1 | |
10 - last >=956 | |
11 - mafft | |
12 - imagemagick | |
13 - blast | |
14 - diamond | |
15 - blast-legacy | |
16 - r-igraph | |
17 - r-data.tree | |
18 - r-stringr | |
19 - r-r2html | |
20 - r-hwriter | |
21 - r-dt | |
22 - r-scales | |
23 - r-plotrix | |
24 - r-png | |
25 - r-plyr | |
26 - r-dplyr | |
27 - r-optparse | |
28 - r-dbi | |
29 - r-rsqlite | |
30 - r-rserve | |
31 - bioconductor-biostrings | |
32 |