Skip to content
Snippets Groups Projects
Commit b18aa06e authored by Valentina Galata's avatar Valentina Galata
Browse files

workflow_fast5: fix to skip multifast5 step if folder exists (config:...

workflow_fast5: fix to skip multifast5 step if folder exists (config: single_fast5_dir is an empty str)
parent b963794d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ rule all:
# Single-FAST5 to Multi-FAST5
rule create_multifast5s:
input:
SINGLE_FAST5_DIR
ancient(SINGLE_FAST5_DIR) if config["single_fast5_dir"] == "" else SINGLE_FAST5_DIR
output:
protected(directory(MULTI_FAST5_DIR))
log:
......
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