Workflows
What is a Workflow?Filters
This workflow is used to process timeseries from meteorological stations in Finland but can be applied to any timeseries according it follows the same format.
Take a temperature timeseries from any meteorological station. Input format is csv and it must be standardized with 6 columns:
- Year (ex: 2021)
- month (ex: 1)
- day (ex: 15)
- Time (ex: 16:56)
- Time zone (such as UTC)
- Air temperature (degC)
COnSensus Interaction Network InFErence Service
Inference framework for reconstructing networks using a consensus approach between multiple methods and data sources.
Reference
[Manica, Matteo, Charlotte, Bunne, Roland, Mathis, Joris, Cadow, Mehmet Eren, Ahsen, Gustavo A, Stolovitzky, and María Rodríguez, Martínez. "COSIFER: a python package for the consensus inference of molecular ...
Workflow to take DataOne data packages (raw datasets + metadata written in Ecological Metadata Standard) as input and create a DwC occurence.csv file almost ready to put in a Dawrin core Archive using eml-annotations at the attribute level
Workflow for tracking objects in Cell Profiler: https://training.galaxyproject.org/training-material/topics/imaging/tutorials/object-tracking-using-cell-profiler/tutorial.html
Non-functional workflow to get a global view of possibilities for plant virus classification.
Galaxy version of pre-processing of reads from COVID-19 samples. QC + human read cleaning Based on https://github.com/Finn-Lab/Metagen-FastQC/blob/master/metagen-fastqc.sh
Workflow to build different indices for different tools from a genome and transcriptome.
This workflow expects an (annotated) genome in GBOL ttl format.
Steps:
- SAPP: rdf2gtf (genome fasta)
- SAPP: rdf2fasta (transcripts fasta)
- STAR index (Optional for Eukaryotic origin)
- bowtie2 index
- kallisto index
Continuous flexibility analysis of SARS-CoV-2 Spike prefusion structures
Type: Scipion
Creators: Carlos Oscar Sorzano Sanchez, Roberto Melero, Marta Martinez
Submitter: Laura del Cano
Scipion is a workflow engine mostly for Cryo-Electron Microscopy image processing. In this extremely simple workflow, we load the Relion 3.0 tutorial data and process it to 2.9A resolution.
This WF is based on the official Covid19-Galaxy assembly workflow as available from https://covid19.galaxyproject.org/genomics/2-assembly/ . It has been adapted to suit the needs of the analysis of metagenomics sequencing data. Prior to be submitted to INDSC databases, these data need to be cleaned from contaminant reads, including reads of possible human origin.
The assembly of the SARS-CoV-2 genome is performed using both the Unicycler and the SPAdes assemblers, similar to the original WV.
To ...