We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the checks for long reads and fast5 files the wrong file is reported if there is an error
bacass/subworkflows/local/input_check.nf
Line 66 in 9599673
Should read
exit 1, "ERROR: Please check input samplesheet -> Long FastQ file does not exist!\n${row.LongFastQ}"
Line 74 in 9599673
exit 1, "ERROR: Please check input samplesheet -> Fast5 file does not exist!\n${row.Fast5}"
The text was updated successfully, but these errors were encountered:
True, thanks for the report, will be fixed in a new version!
Sorry, something went wrong.
No branches or pull requests
In the checks for long reads and fast5 files the wrong file is reported if there is an error
bacass/subworkflows/local/input_check.nf
Line 66 in 9599673
Should read
bacass/subworkflows/local/input_check.nf
Line 74 in 9599673
Should read
The text was updated successfully, but these errors were encountered: