Skip to content

Commit

Permalink
#271 progress phyluce
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jan 24, 2024
1 parent 83e7606 commit 26d9768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 271_phyluce/phyluce.eb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
# ('scikit-learn', '1.2.1', versionsuffix),
('Biopython', '1.83'),
('Python-bundle-PyPI', '2023.06'),
('snakemake', '8.2.1'),
]

use_pip = True
Expand All @@ -43,7 +44,7 @@ sanity_pip_check = True
# 'dirs': ['lib/python%(pyshortver)s/site-packages'],
# }

sanity_check_commands = ["phyluce_workflow --help"]
sanity_check_commands = ["phyluce_utilities_sample_reads_from_files --help"]

modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages/phyluce'}

Expand Down

0 comments on commit 26d9768

Please sign in to comment.