Mercurial > repos > davidvanzessen > shm_csr
comparison conda_environment.yml @ 83:729738462297 draft
"planemo upload commit c0ffc68aec5836d5b20b543106493056a87edf57"
author | rhpvorderman |
---|---|
date | Wed, 15 Sep 2021 12:24:06 +0000 |
parents | |
children | 4db34e32dd47 |
comparison
equal
deleted
inserted
replaced
82:a103134ee6e0 | 83:729738462297 |
---|---|
1 name: shm_csr | |
2 channels: | |
3 - conda-forge | |
4 - bioconda | |
5 - defaults | |
6 dependencies: | |
7 - python=3.7 | |
8 - changeo=0.4.4 | |
9 - biopython=1.72 # Higher versions break changeo | |
10 - unzip=6.0 | |
11 - bash=4.4.18 | |
12 - tar=1.34 | |
13 - xlrd=1.2.0 | |
14 - r-ggplot2=3.0.0 | |
15 - r-reshape2=1.4.3 | |
16 - r-scales=0.5.0 | |
17 - r-seqinr=3.4_5 | |
18 - r-data.table=1.11.4 | |
19 - file=5.39 | |
20 # Test dependencies below | |
21 - pytest | |
22 # Add planemo so tool can be uploaded | |
23 - planemo |