Closed tanaes closed 6 years ago
log and benchmark filenames with structures like:
raw_qc.sample=[{sample}].log
were causing problems because the [= characters don't play nicely with bash wildcards.
[=
cleaned up and standardized to look like:
raw_qc.sample_{sample}.log
Looks good
log and benchmark filenames with structures like:
raw_qc.sample=[{sample}].log
were causing problems because the
[=
characters don't play nicely with bash wildcards.cleaned up and standardized to look like:
raw_qc.sample_{sample}.log