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

Use of SRA Explorer to Download FastQC Files ? #217

Open
jcjimbo opened this issue Nov 3, 2020 · 0 comments
Open

Use of SRA Explorer to Download FastQC Files ? #217

jcjimbo opened this issue Nov 3, 2020 · 0 comments

Comments

@jcjimbo
Copy link

jcjimbo commented Nov 3, 2020

Hello datacarpentry,

This is my first time making a comment as a new instructor. Apologies, I am not amazing with git!

I wondered if this would be a suitable point to add as I have found this incredibly useful during my time downloading fastq files. This pertains to the Assessing Read Quality episode.

I utilised this website https://sra-explorer.info/# to obtain script for downloading SRA runs and this also produces the output bash script for downloading any SRA file.

e.g. for the accession SRR2589044:

curl -L ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR258/004/SRR2589044/SRR2589044_1.fastq.gz -o SRR2589044_REL2181A_1.fastq.gz curl -L ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR258/004/SRR2589044/SRR2589044_2.fastq.gz -o SRR2589044_REL2181A_2.fastq.gz

Changing the curl arguments to define the location of the download (ftp) and the output which has an altered name specific to the experiment.

The only issue is this would alter the code from the workshop which is:

curl -O ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR258/004/SRR2589044/SRR2589044_1.fastq.gz curl -O ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR258/004/SRR2589044/SRR2589044_2.fastq.gz

I wonder if this would complicate the lesson. However, the process of applying the lesson to their own datasets / datasets they wish to analyse may be more applicable.

I have not seen this referenced previously. Looking forward to knowing your thoughts.

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