Simple COVID-19 - PE Variation

variant-analysis-sars-cov-2/main-workflow

Author(s)

version Version
1
last_modification Last updated
Jun 24, 2020
license License
None Specified, defaults to CC-BY-4.0
galaxy-tags Tags
variant-analysis

Features

Tutorial
hands_on From NCBI's Sequence Read Archive (SRA) to Galaxy: SARS-CoV-2 variant analysis

Workflow Testing
Tests: ❌
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00266
RO-Crate logo with flask Download Workflow RO-Crate Workflowhub cloud with gears logo View on (Dev) WorkflowHub
Launch in Tutorial Mode question
galaxy-download Download
output
list_paired
output_paired_coll
output
bam_output
outFile
output
outFile
realigned
output
output
output
variants
snpeff_output
report_json
output
metrics_file
csvFile
ℹ️ Input Dataset
NC_045512.2 fasta file
ℹ️ Input Dataset
SRA Manifest
Faster Download and Extract Reads in FASTQ
fastp
Map with BWA-MEM
MarkDuplicates
Realign reads
Samtools stats
Insert indel qualities
Call variants
SnpEff eff:
SnpSift Extract Fields
MultiQC
Output
Realigned Alignments with Indel Qualities
Output
SnpSift tabular output
Output
MultiQC Report PE

Inputs

Input Label
Input dataset NC_045512.2 fasta file
Input dataset SRA Manifest

Outputs

From Output Label
Input dataset NC_045512.2 fasta file
Input dataset SRA Manifest
toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/2.10.7+galaxy1 Faster Download and Extract Reads in FASTQ
toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy0 Insert indel qualities
toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19 SnpEff eff:
toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/4.3+t.galaxy0 SnpSift Extract Fields
toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy0 MultiQC

Tools

Tool Links
toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.2 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/lofreq_viterbi/lofreq_viterbi/2.1.5+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/4.3+t.galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/2.10.7+galaxy1 View in ToolShed

To use these workflows in Galaxy you can either click the links to download the workflows, or you can right-click and copy the link to the workflow which can be used in the Galaxy form to import workflows.

Importing into Galaxy

Below are the instructions for importing these workflows directly into your Galaxy server of choice to start using them!
Hands-on: Importing a workflow
  • Click on Workflow on the top menu bar of Galaxy. You will see a list of all your workflows.
  • Click on galaxy-upload Import at the top-right of the screen
  • Provide your workflow
    • Option 1: Paste the URL of the workflow into the box labelled “Archived Workflow URL”
    • Option 2: Upload the workflow file in the box labelled “Archived Workflow File”
  • Click the Import workflow button

Below is a short video demonstrating how to import a workflow from GitHub using this procedure:

Video: Importing a workflow from URL

Version History

Version Commit Time Comments
7 18338ab9a 2020-06-24 13:27:11 Use correct fasterqdump version
6 979d6cd21 2020-06-24 13:12:17 Reformat workflow, bump lofreq to 2.1.5
5 ced05a792 2020-06-23 20:38:10 Fix workflow connections
4 1c38a3ed2 2020-06-23 20:10:19 Use newer, simpler output
3 a58450027 2020-06-22 15:06:56 add topic tag to workflow
2 e8eea0705 2020-06-22 14:24:44 reformat workflow
1 a06c40264 2020-06-17 10:30:14 Skeleton from PE sars-cov-2 workflow

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/sars-cov-2/workflows/main_workflow.ga -O workflow.ga
workflow-to-tools -w workflow.ga -o tools.yaml
shed-tools install -g GALAXY -a API_KEY -t tools.yaml
workflow-install -g GALAXY -a API_KEY -w workflow.ga --publish-workflows