biocore / oecophylla

shotgun pipeline
MIT License
11 stars 19 forks source link

Cleanup log names #131

Closed tanaes closed 6 years ago

tanaes commented 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

mortonjt commented 6 years ago

Looks good