Skip to content
New issue

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 has duplicate command line flag -o #1037

Open
lucast122 opened this issue Sep 25, 2024 · 1 comment
Open

dorado basecaller has duplicate command line flag -o #1037

lucast122 opened this issue Sep 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lucast122
Copy link

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
I guess it tries to convert the string to a number as it thinks it gets the overlap.

Steps to reproduce the issue:

Please list any steps to reproduce the issue.

Run environment:

  • Dorado version: 0.8.0+acec121
  • Dorado command: dorado basecaller -o a [email protected] .
  • Operating system: Ubuntu20
  • Hardware (CPUs, Memory, GPUs): ryzen threadripper, 512GB RAM, NVIDIA RTX3070Ti
  • Source data type (e.g., pod5 or fast5 - please note we always recommend converting to pod5 for optimal basecalling performance): pod5
  • Source data location (on device or networked drive - NFS, etc.): device
  • Details about data (flow cell, kit, read lengths, number of reads, total dataset size in MB/GB/TB):
  • Dataset to reproduce, if applicable (small subset of data to share as a pod5 to reproduce the issue):

Logs

  • Please provide output trace of dorado (run dorado with -v, or -vv on a small subset)
@HalfPhoton HalfPhoton added the bug Something isn't working label Sep 25, 2024
@HalfPhoton
Copy link
Collaborator

@lucast122 , thanks for raising this issue. We'll get this fixed.

Best regards,
Rich

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants