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

[bug] Bactopia doesn't like uncompressed FASTQs from ONT #518

Open
fanninpm opened this issue May 22, 2024 · 1 comment
Open

[bug] Bactopia doesn't like uncompressed FASTQs from ONT #518

fanninpm opened this issue May 22, 2024 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@fanninpm
Copy link

Description
I was trying out Bactopia with some uncompressed FASTQs from ONT, when the run crashed during the gathering stage. It seems like Bactopia is assuming that ONT reads are properly gzip'd.

Steps to Reproduce
Steps to reproduce the behavior:

bactopia --sample my_sample --ont my_sample.fastq

Expected Behavior
Bactopia should detect that this file is uncompressed and proceed as normal.

Execution Environment

  • Bactopia Version: bactopia 3.0.1
  • OS: Debian 12
  • Environment: Google Batch (it shouldn't matter for the purposes of this bug report)

Additional Information
I can't easily gzip the input files in situ, as I specify my inputs from a Google Cloud bucket.

@fanninpm fanninpm added the bug Something isn't working label May 22, 2024
@rpetit3
Copy link
Member

rpetit3 commented May 22, 2024

Hi @fanninpm

You will need to compress the input FASTQs. The requirement for compressed FASTQs is a practice shared by Bactopia and nf-core.

Cheers,
Robert

@rpetit3 rpetit3 added fixed wontfix This will not be worked on and removed fixed labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants