Workflows
What is a Workflow?Filters
Annotating the novel peptides
Associated Tutorial
This workflows is part of the tutorial Neoantigen 4: Variant Annotation, available in the GTN
Features
- Includes a Galaxy Workflow Report
Thanks to...
Workflow Author(s): GalaxyP ...
Predict binding using IEDB and check novelty peptides with PepQuery
Associated Tutorial
This workflows is part of the tutorial Neoantigen 5b: IEDB binding PepQuery Validated Neopeptides, available in the GTN
Features
- Includes a Galaxy Workflow Report ...
Generating non-reference protein database for FragPipe discovery
Associated Tutorial
This workflows is part of the tutorial Neoantigen 1b: Non-Reference-Database-Generation, available in the GTN
Features
- Includes a Galaxy Workflow Report ...
Pathogens of all samples report generation and visualization
Associated Tutorial
This workflows is part of the tutorial Pathogen detection from (direct Nanopore) sequencing data using Galaxy - Foodborne Edition, available in the GTN
Features
- Includes a [Galaxy Workflow ...
Microbiome - QC and Contamination Filtering
Associated Tutorial
This workflows is part of the tutorial Pathogen detection from (direct Nanopore) sequencing data using Galaxy - Foodborne Edition, available in the GTN
Features
- Includes Galaxy Workflow Tests ...
Building an amplicon sequence variant (ASV) table from 16S data using DADA2
Associated Tutorial
This workflows is part of the tutorial Building an amplicon sequence variant (ASV) table from 16S data using DADA2, available in the GTN
Features
- Includes Galaxy Workflow Tests ...
Domestication of new parts before cloning simulation
Add new parts to your sequences before the cloning simulation and interact with the database.
steps:
input: csv file (without header) : The CSV file should contain the constraints line by line in the first column, along with their associated fragments on each line. This data will be passed to the seq_from_DB tool.
seq_from_DB
- Extract the fragments associated with each constraint from the CSV file.
- Check if all fragments are ...
Generate annotated gb for fragments and add them to DB
Automatically generate annotated GenBank files for your fragments based on your constraints and store them in your database.
steps:
input: GenBank files : If your fragments are not in the database, you can generate GenBank files for each fragment to be used as input for the annotation workflow and then passed to the evaluate_manufacturability tool.
evaluate_manufacturability
- Set the constraints for the annotations. ...
CWL + RO-Crate Workflow Descriptions
This repository stores computational workflows described using the Common Workflow Language (CWL) and enriched with metadata using Research Object Crate (RO-Crate) conforming to the Workflow Run RO-Crate profile.
Each workflow is contained in its own directory (e.g., WF5201
, WF6101
, ...). Inside each workflow directory you will typically find at least:
- The CWL workflow definition (with the same name as the directory, e.g.,
WF5201.cwl
). ...