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

[feature request] add support for SRS accession and other kinds of accessions in SRA_Fetch workflow #664

Open
kapsakcj opened this issue Oct 30, 2024 · 0 comments

Comments

@kapsakcj
Copy link
Contributor

🆒

📌 Explain the Request

This is an internal request stemming from when a user tried using an SRS accession as input to the SRA_Fetch workflow and seeing a failure.

The tool used, fastq-dl, does support many different kinds of accessions: https://github.com/rpetit3/fastq-dl?tab=readme-ov-file#--accession

But the workflow expects output FASTQ files that are named after the input.

For example if this accession SRS20246375 is used as input, then these 2 FASTQ files (and a metadata file) are output by fastq-dl:

SRR27718943_1.fastq.gz SRR27718943_2.fastq.gz SRS20246375-run-info.tsv

It would be nice to make the WDL workflow as smart as the tool itself and handle these kinds of situations.

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

1 participant