Skip to content

Commit

Permalink
Merge pull request #727 from metagenome-atlas/fix-dram
Browse files Browse the repository at this point in the history
Fix dram
  • Loading branch information
SilasK authored Jun 26, 2024
2 parents 4232e6e + b34c358 commit 5f96a54
Show file tree
Hide file tree
Showing 2 changed files with 23 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
2 changes: 2 additions & 0 deletions workflow/rules/gtdbtk.smk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ checkpoint align:
output:
directory(f"{gtdb_dir}/align"),
threads: config["threads"]
resources:
mem_mb=config["large_mem"] * 1000,
conda:
"../envs/gtdbtk.yaml"
log:
Expand Down

0 comments on commit 5f96a54

Please sign in to comment.