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
dorado basecaller uses the flag -o twice once for output folder and once for overlap. Output folder can only be defined using --output-dir though.
Please provide a clear and concise description of the issue you are seeing and the result you expect.
dorado basecaller -o sample/ [email protected] . gives [2024-09-25 15:03:12.156] [error] Failed to parse 'a' as decimal integer: pattern 'a' not found
dorado basecaller -o sample/ [email protected] .
Please list any steps to reproduce the issue.
The text was updated successfully, but these errors were encountered:
@lucast122 , thanks for raising this issue. We'll get this fixed.
Best regards, Rich
Sorry, something went wrong.
No branches or pull requests
Issue Report
Please describe the issue:
dorado basecaller uses the flag -o twice once for output folder and once for overlap. Output folder can only be defined using --output-dir though.
Please provide a clear and concise description of the issue you are seeing and the result you expect.
dorado basecaller -o sample/ [email protected] .
gives
[2024-09-25 15:03:12.156] [error] Failed to parse 'a' as decimal integer: pattern 'a' not found
Steps to reproduce the issue:
Please list any steps to reproduce the issue.
Run environment:
Logs
The text was updated successfully, but these errors were encountered: