From 26d9768d7c611788ccfbfa198c88d2bc0a93d7dc Mon Sep 17 00:00:00 2001 From: Pavel Tomanek Date: Wed, 24 Jan 2024 12:26:06 +0100 Subject: [PATCH] #271 progress phyluce --- 271_phyluce/phyluce.eb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/271_phyluce/phyluce.eb b/271_phyluce/phyluce.eb index 09c638da..f60e1d34 100644 --- a/271_phyluce/phyluce.eb +++ b/271_phyluce/phyluce.eb @@ -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 @@ -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'}