We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cedcf commit 514ef9eCopy full SHA for 514ef9e
workflow/rules/qc.smk
@@ -86,6 +86,8 @@ ruleorder: trimmomatic_paired > trimmomatic_unpaired
86
# Check that the adapter template file exists
87
if os.environ.get("SUNBEAM_NO_ADAPTER", None):
88
assert os.path.exists(Cfg["qc"]["adapter_template"])
89
+ assert os.path.isfile(Cfg["qc"]["adapter_template"])
90
+ assert os.stat(Cfg["qc"]["adapter_template"]).st_size > 0
91
92
93
rule trimmomatic_unpaired:
0 commit comments