Workflows
These workflows are associated with Genome annotation with Funannotate
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.
Funannotate
Anthony Bretaudeau
Last updated Apr 26, 2023
Launch in Tutorial Mode
License:
GPL-3.0-or-later
Tests: ✅
Results: Not yet automated
flowchart TD 0["Input dataset"]; 1["Input dataset"]; 2["Input dataset"]; 3["Input dataset"]; 4["Input dataset"]; 5["Input dataset"]; 6["Input dataset"]; 7["RNA STAR"]; 8["Funannotate predict annotation"]; 9["eggNOG Mapper"]; 10["InterProScan"]; 11["Funannotate functional"]; 12["JBrowse"]; 13["Funannotate compare"]; 14["AEGeAn ParsEval"]; 15["Busco"]; 0 -->|output| 7; 1 -->|output| 7; 2 -->|output| 7; 3 -->|output| 8; 7 -->|mapped_reads| 8; 0 -->|output| 8; 8 -->|fasta_proteins| 9; 8 -->|fasta_proteins| 10; 9 -->|annotations| 11; 8 -->|annot_gbk| 11; 10 -->|outfile_xml| 11; 4 -->|output| 11; 0 -->|output| 12; 11 -->|gff3| 12; 7 -->|mapped_reads| 12; 5 -->|output| 13; 11 -->|gbk| 13; 6 -->|output| 14; 11 -->|gff3| 14; 11 -->|fa_proteins| 15;
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: