Skip to content
Snippets Groups Projects
Commit eefa1c1a authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

load module through python code

parent 699ebd0d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ rule vecscreen:
from Bio import SeqIO
# Load NCBI-TOOLS module
subprocess.run(['module', 'load', params.module)
subprocess.run(['module', 'load',params.module])
nb_seq, nb_seq_no_hits, nb_seq_suspicious = 0, 0, 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment