Diploid

variant-analysis-dip/diploid

Author(s)

version Version
3
last_modification Last updated
Jan 23, 2020
license License
None Specified, defaults to CC-BY-4.0
galaxy-tags Tags
variant-analysis

Features

Tutorial
hands_on Calling variants in diploid systems

Workflow Testing
Tests: ❌
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00257
RO-Crate logo with flask Download Workflow RO-Crate Workflowhub cloud with gears logo View on WorkflowHub
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Dataset\nGIAB-Ashkenazim-Trio-hg19.bam"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["SnpEff Download"];
  2["ℹ️ Input Dataset\nGIAB-Ashkenazim-Trio.tabular"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["FreeBayes"];
  0 -->|output| 3;
  4["VcfAllelicPrimitives:"];
  3 -->|output_vcf| 4;
  5["SnpEff eff:"];
  4 -->|out_file1| 5;
  1 -->|snpeff_db| 5;
  6["GEMINI load"];
  5 -->|snpeff_output| 6;
  2 -->|output| 6;
  7["GEMINI_db_info"];
  6 -->|outfile| 7;
  8["GEMINI_query2"];
  6 -->|outfile| 8;
  9["GEMINI_query1"];
  6 -->|outfile| 9;

Inputs

Input Label
Input dataset GIAB-Ashkenazim-Trio-hg19.bam
Input dataset GIAB-Ashkenazim-Trio.tabular

Outputs

From Output Label
Input dataset GIAB-Ashkenazim-Trio-hg19.bam
Input dataset GIAB-Ashkenazim-Trio.tabular
toolshed.g2.bx.psu.edu/repos/iuc/gemini_db_info/gemini_db_info/0.18.1.0 GEMINI db_info GEMINI_db_info
toolshed.g2.bx.psu.edu/repos/iuc/gemini_query/gemini_query/0.18.1.0 GEMINI query GEMINI_query2
toolshed.g2.bx.psu.edu/repos/iuc/gemini_query/gemini_query/0.18.1.0 GEMINI query GEMINI_query1

Tools

Tool Links
toolshed.g2.bx.psu.edu/repos/devteam/freebayes/freebayes/1.1.0.46-0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/vcfallelicprimitives/vcfallelicprimitives/0.0.3 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/gemini_db_info/gemini_db_info/0.18.1.0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/gemini_load/gemini_load/0.18.1.0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/gemini_query/gemini_query/0.18.1.0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/4.3+T.galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_download/4.3r.1 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
3 667ff3de9 2020-01-22 10:59:29 annotation
2 eb4d724e0 2020-01-15 10:41:35 Workflow renaming
1 a294ecfbb 2018-12-07 12:30:56 workflow for diploid

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/dip/workflows/diploid.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