nf-core / raredisease

Call and score variants from WGS/WES of rare disease patients.

Home Page:https://nf-co.re/raredisease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standardize naming of outfiles

jemten opened this issue · comments

  • Sometimes we use the . separator when we append a suffix to the filename. Let's standardize it to use _ whenever possible.
  • Use the function <file>.simpleName() to automatically extend the filename instead of manually appending the step to the filename.