csiro-crop-informatics / repset

Reproducible evaluation of short read mappers
GNU General Public License v3.0
2 stars 3 forks source link

Report/manuscript rendering if output file exists #19

Closed rsuchecki closed 4 years ago

rsuchecki commented 5 years ago

If a version of the manuscript already exists under writing/ the rendering process will fail as the output file glob * for the render process excludes any input files (as expected). This can happen if a user opts for rendering outside the pipeline and later re-runs the pipeline including the rendering process.

This can be fixed e.g. by specifying the output file name(s) explicitly rather than via a glob. Final report and/or manuscript file name could be defined in nextflow.config.