-
Notifications
You must be signed in to change notification settings - Fork 984
Extract two mini tutorials from larger ones for EGA, SRA data fetching #3964
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
base: main
Are you sure you want to change the base?
Conversation
@@ -239,16 +239,16 @@ First we need to find a good dataset to play with. The [Sequence Read Archive (S | |||
> | |||
> 1. Go to NCBI's SRA page by pointing your browser to https://www.ncbi.nlm.nih.gov/sra | |||
> 2. In the search box enter `SARS-CoV-2 Patient Sequencing From Partners / MGH`: | |||
>  (Alternatively, you [simply access the data via link](https://www.ncbi.nlm.nih.gov/sra/?term=SARS-CoV-2+Patient+Sequencing+From+Partners+%2F+MGH)) | |||
>  (Alternatively, you [simply access the data via link](https://www.ncbi.nlm.nih.gov/sra/?term=SARS-CoV-2+Patient+Sequencing+From+Partners+%2F+MGH)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
> <hands-on-title>Download listed VCFs</hands-on-title> | ||
> | ||
> 1. {% tool [EGA Download Client](toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0) %} with the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to use the latest tool version from #3958 already.
> 1. {% tool [EGA Download Client](toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0) %} with the following parameters: | |
> 1. {% tool [EGA Download Client](toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.5+galaxy2) %} with the following parameters: |
I think I will combine them into a olympics-style "data sources" tutorial, where we can show users how to import data from various data sources into Galaxy in a set of standalone sections |
@shiltemann what do you reckon