bacass
bacass copied to clipboard
sample sheet check reports wrong row item
In the checks for long reads and fast5 files the wrong file is reported if there is an error
https://github.com/nf-core/bacass/blob/959967364c7c0105b5b271acf0441fa9290e0d4c/subworkflows/local/input_check.nf#L66
Should read
exit 1, "ERROR: Please check input samplesheet -> Long FastQ file does not exist!\n${row.LongFastQ}"
https://github.com/nf-core/bacass/blob/959967364c7c0105b5b271acf0441fa9290e0d4c/subworkflows/local/input_check.nf#L74
Should read
exit 1, "ERROR: Please check input samplesheet -> Fast5 file does not exist!\n${row.Fast5}"
True, thanks for the report, will be fixed in a new version!