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

Issue in tutorial with fastq-dump -DQ option #353

Open
ChristianKKelley opened this issue Sep 21, 2021 · 1 comment
Open

Issue in tutorial with fastq-dump -DQ option #353

ChristianKKelley opened this issue Sep 21, 2021 · 1 comment

Comments

@ChristianKKelley
Copy link

In the tutorial (http://3dgenomes.github.io/TADbit/tutorial/tutorial_1-Retrieve_published_HiC_datasets.html), is the command
fastq-dump -A SRR5344921 -DQ '+' --defline-seq '@$ac.$si' -X 100000000 --split-files --outdir FASTQs/

But the -DQ option doesn't seem to be in fastq-dump anymore (at least, the -D option). Is there any update how to replicate this command in the latest fastq-dump?

@david-castillo
Copy link
Contributor

Hi,

That option was gone from fastq-dump. If I remember correctly it just place a '+' in the third line of each read, but that seems the standard anyway so you can safely ignore it and do like:

fastq-dump SRR5344921 --defline-seq '@$ac.$si' -X 100000000 --split-files --outdir FASTQs/

I'll update the tutorial page.

David

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

No branches or pull requests

2 participants