Skip to content
Snippets Groups Projects
Commit ef7875ac authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

[ problem

parent 30dcd4b2
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ def run(args):
cmd = ' '.join(cmd)
else:
if not args['COMMANDS']:
args['COMMANDS'] = 'snakemake ALL'
args['COMMANDS'] = ['snakemake', 'ALL']
cmd = ' '.join(cmd) + format_command(' '.join(args['COMMANDS']), '/output')
print("Executing", '"', cmd, '"')
......
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