harvardinformatics / snpArcher

Snakemake workflow for highly parallel variant calling designed for ease-of-use in non-model organisms.
MIT License
63 stars 30 forks source link

fix issue with qc-dashboard on different filesystems #167

Closed cademirch closed 3 months ago

cademirch commented 3 months ago

file.rename doesn't work if src and dest are on different filesystems. use file.copy instead. solves #166