assembly_with_preprocessing_and_sra_download
assembly-assembly-with-preprocessing/assembly-with-preprocessing-and-sra-download
Launch in Tutorial Mode
question
galaxy-download Download
galaxy-download Download
flowchart TD 0["ℹ️ Input Dataset\nList of Illumina accessions"]; style 0 stroke:#2c3143,stroke-width:4px; 1["ℹ️ Input Dataset\nList of ONT accessions"]; style 1 stroke:#2c3143,stroke-width:4px; 10["Samtools stats"]; 6 -->|alignment_output| 10; 11["Samtools view"]; 8 -->|output| 11; 12["Samtools fastx"]; 9 -->|outputsam| 12; 13["Samtools fastx"]; 11 -->|outputsam| 13; 14["Collapse Collection"]; 12 -->|nonspecific| 14; 15["Zip Collection"]; 13 -->|forward| 15; 13 -->|reverse| 15; 16["Collapse Collection"]; 13 -->|forward| 16; 17["Collapse Collection"]; 13 -->|reverse| 17; 18["seqtk_sample"]; 16 -->|output| 18; 19["seqtk_sample"]; 17 -->|output| 19; 2["Illumina data"]; 0 -->|output| 2; 20["Create assemblies with Unicycler"]; 14 -->|output| 20; 18 -->|default| 20; 19 -->|default| 20; 21["Bandage Info"]; 20 -->|assembly_graph| 21; 22["Bandage Image"]; 20 -->|assembly_graph| 22; 23["Filter sequences by length"]; 20 -->|assembly| 23; 3["ONT data"]; 1 -->|output| 3; 4["fastp: Trimmed Illumina Reads"]; 2 -->|list_paired| 4; 5["NanoPlot"]; 3 -->|output_collection| 5; 6["Map with minimap2"]; 3 -->|output_collection| 6; 7["MultiQC"]; 4 -->|report_json| 7; 8["Bowtie2"]; 4 -->|output_paired_coll| 8; 9["Samtools view"]; 6 -->|alignment_output| 9;
Inputs
Input | Label |
---|---|
Input dataset | List of Illumina accessions |
Input dataset | List of ONT accessions |
Outputs
From | Output | Label |
---|---|---|
Input dataset | List of Illumina accessions | |
Input dataset | List of ONT accessions | |
toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2 | Samtools stats | |
toolshed.g2.bx.psu.edu/repos/iuc/samtools_fastx/samtools_fastx/1.9+galaxy1 | Samtools fastx | |
__ZIP_COLLECTION__ | Zip Collection | |
toolshed.g2.bx.psu.edu/repos/iuc/seqtk/seqtk_sample/1.3.2 | seqtk_sample | |
toolshed.g2.bx.psu.edu/repos/iuc/seqtk/seqtk_sample/1.3.2 | seqtk_sample | |
toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/2.10.4+galaxy1 | Faster Download and Extract Reads in FASTQ | Illumina data |
toolshed.g2.bx.psu.edu/repos/iuc/unicycler/unicycler/0.4.8.0 | Create assemblies with Unicycler | |
toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/0.8.1+galaxy1 | Bandage Info | |
toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/0.8.1+galaxy2 | Bandage Image | |
toolshed.g2.bx.psu.edu/repos/devteam/fasta_filter_by_length/fasta_filter_by_length/1.2 | Filter sequences by length | |
toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/2.10.4+galaxy1 | Faster Download and Extract Reads in FASTQ | ONT data |
toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.19.5+galaxy1 | fastp | fastp: Trimmed Illumina Reads |
toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.25.0+galaxy1 | NanoPlot | |
toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.17+galaxy1 | Map with minimap2 | |
toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.7 | MultiQC | |
toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.3.4.3+galaxy0 | Bowtie2 |
Tools
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:
Version History
Version | Commit | Time | Comments |
---|---|---|---|
2 | fc35e6581 | 2020-04-22 12:33:13 | add annotations |
1 | 7ed054469 | 2020-04-22 11:34:36 | readd workflows |
For Admins
Installing the workflow tools
wget https://training.galaxyproject.org/training-material/topics/assembly/tutorials/assembly-with-preprocessing/workflows/assembly_with_preprocessing_and_sra_download.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