Skip to content

Commit

Permalink
my dram
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jun 26, 2024
1 parent 39c1cc4 commit b34c358
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions workflow/envs/dram.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,24 @@ channels:
- conda-forge
- bioconda
dependencies:
- dram >= 1.4.6, <1.5 #Shold define all correct verrsions See https://github.com/bioconda/bioconda-recipes/pull/41518

- python >=3.8
- altair >=4
- networkx
- numpy
- openpyxl
- pandas >=1.5, <2
- scikit-bio >=0.5.8, <0.6
- sqlalchemy
- prodigal
- scipy >=1.9
- mmseqs2 >10.6d92c
- hmmer
- trnascan-se >=2
- barrnap
- ruby
- parallel
- wget
- curl
- pip
- pip:
- git+https://github.com/SilasK/DRAM.git

0 comments on commit b34c358

Please sign in to comment.