Skip to content

Commit

Permalink
fix: update antismash resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 25, 2024
1 parent 2804db6 commit a0e1555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workflow/envs/antismash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- bioconda
- defaults
dependencies:
- meme=5.5.2
- meme=4.11.2
- python>=3.9
- hmmer2
- hmmer
Expand Down
4 changes: 2 additions & 2 deletions workflow/rules/antismash.smk
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ elif antismash_major_version >= 7:
as_js=directory(antismash_db_path / "as-js/0.13"),
clusterblast=directory(antismash_db_path / "clusterblast"),
clustercompare_mibig=directory(antismash_db_path / "clustercompare/mibig/3.1"),
comparippson_asdb=directory(antismash_db_path / "comparippson/asdb/3.0"),
comparippson_asdb=directory(antismash_db_path / "comparippson/asdb/4.0"),
comparippson_mibig=directory(antismash_db_path / "comparippson/mibig/3.1"),
knownclusterblast=directory(antismash_db_path / "knownclusterblast/3.1"),
nrps_pks_stachelhaus=directory(antismash_db_path / "nrps_pks/stachelhaus/1.1"),
nrps_pks_svm=directory(antismash_db_path / "nrps_pks/svm/2.0"),
nrps_pks_transATor=directory(antismash_db_path / "nrps_pks/transATor/2023.02.23"),
pfam=directory(antismash_db_path / "pfam/34.0"),
pfam=directory(antismash_db_path / "pfam/35.0"),
resfam=directory(antismash_db_path / "resfam"),
tigrfam=directory(antismash_db_path / "tigrfam"),
conda:
Expand Down

0 comments on commit a0e1555

Please sign in to comment.