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

Readme Demo Data Download Fails #182

Open
LeeBergstrand opened this issue May 31, 2024 · 1 comment
Open

Readme Demo Data Download Fails #182

LeeBergstrand opened this issue May 31, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@LeeBergstrand
Copy link
Collaborator

Problem Description

@jmtsuji This code fails.

# For the long read data, to get the quality scores (i.e., not SRA Lite format), you will need to use the SRA Toolkit
#   available here: https://github.com/ncbi/sra-tools/wiki (accessed 2023.12.20). You can then download the files using:
prefetch SRR21124986 && fasterq-dump -Z SRR21124986 | gzip > sample_fastq_dir/ecoli.fastq.gz
# Otherwise, if you are OK with quality scores stripped out (not what the test was run with), you can just use the following 
#  command to directly output the FastQ file (this command is commented out for clarity):
# wget -O sample_fastq_dir/ecoli.fastq.gz https://www.be-md.ncbi.nlm.nih.gov/Traces/sra-reads-be/fastq?acc=SRR21124986

Error message:

2024-05-31T21:21:05 fasterq-dump.3.1.1 err: directing output to stdout requested.
2024-05-31T21:21:05 fasterq-dump.3.1.1 err: but requested mode ( FASTQ split 3 ) would produce multiple files

It looks like it is failing to write to standard out.

@LeeBergstrand LeeBergstrand added the bug Something isn't working label May 31, 2024
@jmtsuji
Copy link
Collaborator

jmtsuji commented Jun 20, 2024

Will take a look -- thanks for flagging this.

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