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

Nanoq on multiple compressed fastq.gz files #46

Open
RommerskirchenA opened this issue May 16, 2024 · 3 comments
Open

Nanoq on multiple compressed fastq.gz files #46

RommerskirchenA opened this issue May 16, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@RommerskirchenA
Copy link

Hi,

I encounter an error when running nanoq on multiple fastq.gz files (from one barcode) with their generic Nanopore names, it usually tells me that file *_10.fastq.gz isn't valid in this context. When first concatinating the file this error is not raised.

error: Found argument 'barcode13/PAQ96126_pass_barcode13_a9873f14_18d6854d_10.fastq.gz' which wasn't expected, or isn't valid in this context

Is there a way to circumvent this?

Thanks in advance!

@esteinig
Copy link
Owner

esteinig commented Jun 5, 2024

@RommerskirchenA could you list the command you ran for this precisely?

@esteinig esteinig self-assigned this Jun 5, 2024
@esteinig esteinig added the question Further information is requested label Jun 5, 2024
@RommerskirchenA
Copy link
Author

yes sure:

nanoq -i path/to/barcodes/*.fastq.gz -q 18 > path/to/filtered_reads.fastq.gz

@esteinig
Copy link
Owner

esteinig commented Jul 7, 2024

Nanoq does not take multiple --input parameters. You can pipe find output into nanoq though, have a look here:

https://github.com/esteinig/nanoq?tab=readme-ov-file#online-runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants