Proteomics: Peptide and Protein ID using OpenMS
proteomics-protein-id-oms/workflow
Launch in Tutorial Mode
question
galaxy-download Download
galaxy-download Download
flowchart TD 0["ℹ️ Input Dataset\nmzml input"]; style 0 stroke:#2c3143,stroke-width:4px; 1["ℹ️ Input Dataset\nfasta input"]; style 1 stroke:#2c3143,stroke-width:4px; 2["PeakPickerHiRes"]; 0 -->|output| 2; 3["XTandemAdapter"]; 1 -->|output| 3; 2 -->|param_out| 3; 4["FileInfo"]; 3 -->|out| 4; 5["PeptideIndexer"]; 1 -->|output| 5; 3 -->|out| 5; 6["IDPosteriorErrorProbability"]; 5 -->|out| 6; 7["FalseDiscoveryRate"]; 6 -->|out| 7; 8["IDScoreSwitcher"]; 7 -->|out| 8; 9["FileInfo"]; 8 -->|out| 9; 10["FidoAdapter"]; 8 -->|out| 10; 11["FalseDiscoveryRate"]; 10 -->|out| 11; 12["FileInfo"]; 11 -->|out| 12; 13["TextExporter"]; 11 -->|out| 13; 14["Select"]; 13 -->|out| 14; 15["Select"]; 13 -->|out| 15;
Inputs
Input | Label |
---|---|
Input dataset | mzml input |
Input dataset | fasta input |
Outputs
From | Output | Label |
---|---|---|
Input dataset | mzml input | |
Input dataset | fasta input | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_peakpickerhires/PeakPickerHiRes/2.3.0 | PeakPickerHiRes | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_xtandemadapter/XTandemAdapter/2.6+galaxy0 | XTandemAdapter | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_fileinfo/FileInfo/2.6+galaxy0 | FileInfo | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_peptideindexer/PeptideIndexer/2.6+galaxy0 | PeptideIndexer | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_idposteriorerrorprobability/IDPosteriorErrorProbability/2.6+galaxy0 | IDPosteriorErrorProbability | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_falsediscoveryrate/FalseDiscoveryRate/2.6+galaxy0 | FalseDiscoveryRate | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_idscoreswitcher/IDScoreSwitcher/2.6+galaxy0 | IDScoreSwitcher | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_fileinfo/FileInfo/2.6+galaxy0 | FileInfo | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_fidoadapter/FidoAdapter/2.6+galaxy0 | FidoAdapter | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_falsediscoveryrate/FalseDiscoveryRate/2.6+galaxy0 | FalseDiscoveryRate | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_fileinfo/FileInfo/2.6+galaxy0 | FileInfo | |
toolshed.g2.bx.psu.edu/repos/galaxyp/openms_textexporter/TextExporter/2.6+galaxy0 | TextExporter | |
Grep1 | Select | |
Grep1 | Select |
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 |
---|---|---|---|
9 | 54b4d9fcc | 2020-11-01 09:56:40 | Adding tags to workflows |
8 | ca84d7395 | 2020-10-31 20:41:54 | Updating Tutorials to OpenMS 2.6, adjusting of parameters and tools, adding tool versions |
7 | 667ff3de9 | 2020-01-22 10:59:29 | annotation |
6 | eb4d724e0 | 2020-01-15 10:41:35 | Workflow renaming |
5 | 775a0b425 | 2019-03-20 14:30:01 | Updated workflow containing all follow up tools |
4 | 08f1e0dc3 | 2019-03-20 13:36:19 | Updated workflow for ID training |
3 | dbcc48eaa | 2017-11-14 16:43:10 | fix workflow name |
2 | b916508e1 | 2017-11-14 10:39:37 | Added workflow for two search engines, deleted ms2 PeakPicking and updated old workflow, added link to workflow in tutorial |
1 | a6411f26e | 2017-10-16 10:13:27 | New tutorial "Protein ID using OpenMS" and major revision of "Protein ID using SG/PS" (#570) |
For Admins
Installing the workflow tools
wget https://training.galaxyproject.org/training-material/topics/proteomics/tutorials/protein-id-oms/workflows/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