Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Filter by curation
Results per page:
Sort by:
Showing 2916 results. Use the filters on the left and the search box below to refine the results.

Workflow Fail if true - false value (1)

Thumb
The fail if true service executes without an exception if given the value 'false'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if false - non false value (1)

Thumb
The fail if true service executes without an exception if given a non-false value such as 'fred'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if false - true value (1)

Thumb
The fail if true service executes without an exception if given the value 'true'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Create lots of strings (1)

Thumb
The create lots of strings service returns a list containing a large number of strings.

Created: 2008-09-27 | Last updated: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate two strings - empty strings (1)

Thumb
The concatenate two strings service takes two empty strings and returns an empty string.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate two strings (1)

Thumb
The concatenate two strings service takes the strings 'good' and 'bye' and returns the result 'goodbye'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate files - multiple files (1)

Thumb
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has no value, the results are not...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate files - echo results but no files (1)

Thumb
The split_string_into_string_list_by_regular_expresson outputs an empty list since the string to be split is defaulted to ''. As there are no input values, the create_and_populate_temporary_file generates an empty list. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service does not write anything to the temporary output file. Because the displayresults port has been given a default value of 'true', the empty string is ...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate files - echo results and multi... (1)

Thumb
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has been given a default value of...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Choose - single element list (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a' and outputs the list ['a']. The choose service displays a dialog with 'Some title' and 'Some message'. The user is only able to choose the value 'a'. When the user presses OK 'a' is passed to the answer port of the choose service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Choose - title and message parameters (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a,b,c,d,e' and outputs the list ['a','b','c','d','e']. The choose service displays a dialog with 'Some title' and with 'Some message'. The user is able to choose from the values ['a','b','c','d',e']. When the user presses OK the value the user chose is passed to the answer port of the choose service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Choose - title parameter (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a,b,c,d,e' and outputs the list ['a','b','c','d','e']. The choose service displays a dialog with 'Some title' but no message. The user is able to choose from the values ['a','b','c','d',e']. When the user presses OK the value the user chose is passed to the answer port of the choose service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Choose - no title or message parameters (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a,b,c,d,e' and outputs the list ['a','b','c','d','e']. The choose service displays a dialog with no title or message. The user is able to choose from the values ['a','b','c','d',e']. When the user presses OK the value the user chose is passed to the answer port of the choose service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Byte[] to string - empty value (1)

Thumb
The beanshell converts the empty string '' to a byte array which is then converted back to the empty string '' by the Byte[]_to_string service.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Byte[] to string - non empty value (1)

Thumb
The beanshell converts the string 'hello' to a byte array which is then converted back to the string 'hello' by the Byte[]_to_string service.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - title and message parameters (1)

Thumb
The ask service displays a prompt with 'Some title' and the prompt message 'Some message'. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - just message parameter (1)

Thumb
The ask service displays a prompt with no title but with the prompt message 'Some message'. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - just title parameter (1)

Thumb
The ask service displays a prompt with the title 'Some title' but no prompt message. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - no parameters (1)

Thumb
The ask service displays a prompt with no title and no prompt message. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow linking3.xml (1)

Thumb
This workflow links between a specified EMBL accesion number to corresponding identifiers in the MEDLINE database.

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow metabolic.xml (1)

Thumb
An example of how a more complex workflow can federate multiple resources to perform data mining. In this case a single input data item in the form of a probe set identifier is cross referenced to data sets in multiple locations to answer a kind of 'show me everything about this data' question.

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow gene_ontology_diagram.xml (1)

Thumb
This workflow builds up a subgraph of the Gene Ontology (http://www.geneontology.org) to show the context for a supplied term or terms. It shows this context by colouring all ancestors of the term, all children and all siblings. By default, ancestors of the supplied term or terms are coloured orange, siblings purple and direct children teal. Other terms appear in the default wheat colour.

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow BlastComparer.xml (1)

Thumb
Perform a blastp search on protein sequence and extract information based on the user input, e.g. a list of GI numbers. N.B. this workflow does not function correctly as it is designed for use with NCBI blast scripts. Some errors may occur. Please use two blast text file inputs for a secure result output.

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow interpro_url.xml (1)

Thumb
An example of how a more complex workflow can federate multiple resources to perform data mining. In this case a single input data item in the form of a probe set identifier is cross referenced to data sets in multiple locations to answer a kind of 'show me everything about this data' question.

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Uploader

Workflow Example of an alternate processor (1)

Thumb
Trivial workflow which will initially fail, retry twice then fall over to the alternative specified for the FailingThing process.

Created: 2008-05-28

Credits: User Jfogel

Workflow Mitochondrial genome assembly _V2 (1)

Mitochondrial genome assembly

Created: 2021-12-14 | Last updated: 2021-12-14

Credits: User Yash Munnalal Gupta

Uploader

Workflow Recetas Saludables (1)

Thumb
Diagrama de Flujo de recetas de comidas saludables

Created: 2021-09-06 | Last updated: 2021-09-06

Credits: User Karen

Workflow Random Forest based Feature Weightage (1)

Thumb
Features can be assigned weightage through the random forest model. In this regard, RapidMiner's Auto Model comes quite handy. Divide the original data into training and testing datasets before applying the workflow to it.  

Created: 2020-06-30 | Last updated: 2020-06-30

Credits: User Imran Ali Syed

Workflow Gradient Boosting Trees based Feature Weig... (1)

Thumb
Features can be assigned weightage through the gradient boosting trees model. In this regard, RapidMiner's Auto Model comes quite handy. Divide the original data into training and testing datasets before applying the workflow to it. 

Created: 2020-06-30 | Last updated: 2020-06-30

Credits: User Imran Ali Syed

Workflow CHART based Feature Weightage (1)

Thumb
Features can be assigned weightage through the decision tree model. In this regard, RapidMiner's Auto Model comes quite handy. Divide the original data into training and testing datasets before applying the workflow to it. 

Created: 2020-06-30 | Last updated: 2020-06-30

Credits: User Imran Ali Syed

Uploader

Workflow cutadapt+BWA-MEM-mis1-i2,2-gapex2,2+filter... (1)

Thumb
This workflow is designed to genotype trinucleotide repeats from sequencing reads that span the repeat and its flanksDetailed description as follows:1. Input fastq sequencing reads files (Galaxy tool: Input dataset)Input files for the workflow are single-end MiSeq reads (R1 produced using the protocol from Ciosi et al. 2018) or PacBio reads of insert (ROI) in fastq files format.2. Removing Illumina sequencing adaptor sequence in 3’ of the MiSeq reads (Galaxy tool: Cutadapt 1.16)Cutadapt...

Created: 2020-06-01 | Last updated: 2020-06-01

Uploader

Workflow Deriving factual information from WHO COVI... (1)

Thumb
 WHO has posted a CSV that's frequently updated with COVID abstracts. A simple PubMed search reveals thousands of abstracts too. So here's an NLP pipeline to mine these and extract meaningful sentences/facts using Stanford Open Information Extractor and Biological entity tagging. #knime #naturallanguageprocessing #textanalytics #textmining #covid19 #nlp #datascience #WHO 

Created: 2020-04-12

Credits: User Insilicoconsulting

Uploader

Workflow Antiviral activity multiclass Predictor (1)

Thumb
A simple multi-class antiviral activity predictor based on expanded Pubchem fingerprints and random forest algorithm. Seems to work well to perform quick screens for antiviral molecules.Download training data from CTD (http://ctdbase.org/downloads/) or  use this preprocessed version https://www.myexperiment.org/files/2285.html. Write to me at rajeev.gangal@gmail.com regarding any queries.I make no claim that the predictive model is accurate for clinical hypotheses or that it will find mo...

Created: 2020-03-23 | Last updated: 2020-03-25

Credits: User Insilicoconsulting

Workflow Phosphoproteomics of short-term Hedgehog s... (1)

Thumb
HPLC-MS/MS proteomics Analysis of human medulloblastoma cell line (DAOY cell line)15 minutes treatment with SAG, vismodegib, EGFTMT 10 plex experiment20 pH8 fractions measured using Qexactive HFKnime Workflow

Created: 2019-08-22 | Last updated: 2019-08-23

Credits: User Tamara Scheidt

Workflow Phosphoproteomics of short-term Hedgehog s... (1)

Thumb
HPLC-MS/MS proteomics Analysis of human medulloblastoma cell line (DAOY cell line)5 minutes treatment with SAG, vismodegib, EGFTMT 10 plex experiment20 pH8 fractions measured using Qexactive HFKnime Workflow

Created: 2019-08-22 | Last updated: 2019-08-23

Credits: User Tamara Scheidt

Workflow Phosphoproteomics of short-term Hedgehog s... (1)

Thumb
HPLC-MS/MS phosphoproteomics Analysis of human medulloblastoma cell line (DAOY cell line)15 minutes treatment with SAG, vismodegib, EGFTMT 10 plex experiment13 HILIC fractions measured using Qexactive HFKnime Workflow

Created: 2019-08-22 | Last updated: 2019-08-23

Credits: User Tamara Scheidt

Workflow Phosphoproteomics of short-term Hedgehog s... (1)

Thumb
HPLC-MS/MS phosphoproteomics Analysis of human medulloblastoma cell line (DAOY cell line)5 minutes treatment with SAG, vismodegib, EGFTMT 10 plex experiment12 HILIC fractions measured using Qexactive HFKnime Workflow

Created: 2019-08-22 | Last updated: 2019-08-23

Credits: User Tamara Scheidt

Uploader

Workflow Untargeted metabolomics reveals molecular ... (1)

Thumb
Normal 0 false false false EN-US X-NONE AR-SA ...

Created: 2019-06-21

Credits: User David_MTX

Workflow Integrative data mining of chemical compou... (1)

Thumb
This workflow downloads ligand data for hepatic Organic Anion Transporting Polypeptides (OATPs) from five different open sources (CHEMBL, Metrabase, USFC-FDA Transportal, IUPHAR, and Drugbank) in an semi-automatized fashion. This workflow can be adopted to any other ligand data showing an (in)activity against membrane transporter. If missing, structural file format is mapped via PubChem webservices. Pre-curated compounds are subjected to standardization procedure (Atkinson standardization scr...

Created: 2018-12-10 | Last updated: 2018-12-10

Credits: User Alzbeta Tuerkova

Uploader

Workflow Genetic Algorithms for BIOISOSTERIC Struct... (1)

Thumb
Genetic algorithm workflow to generate novel structures by recombination and mutation and that uses an ML model as a fitness function. Both the fitness function and the fingerprints modified in the model should be the same. ML model cannot have any descriptors other than given fingerprint.Reverse molecular mapping/generation is not part of this workflow and can be done by creating a large Structure-FP database.

Created: 2018-11-06

Credits: User Insilicoconsulting

Workflow Substructure querying | R-group decomposit... (1)

Thumb
This workflow creates maximum common substructure (MCS) out of the provided structures and then substructure mining using MCS as a structural query is performed. Obtained hits are then subjected to R-group decomposition to explore their functional groups. Optionally, physicochemical descriptors for individual functional groups can be calculated.

Created: 2018-10-25

Credits: User Alzbeta Tuerkova User Barbara Zdrazil

Workflow Scaffold Analysis | Statistical analysis o... (1)

Thumb
This workflow performs an extraction and statistical analysis of Murcko scaffolds for compounds being active against (a) different target(s). Specifically, target-wise detection of Murcko Scaffolds in active versus inactive compounds, filtering steps by removing too generic scaffold (i.e., number of rings equals to one OR number of heteroatoms in a ring is zero or one), calculating the frequency of a particular scaffold which appears frequently in the active over inactive class, applying Fish...

Created: 2018-10-25

Credits: User Alzbeta Tuerkova User Barbara Zdrazil

Workflow Find concept-literature relationships and ... (1)

Thumb
This Bioclipse script (dev version) searches articles titles for the given concept and creates QuickStatements to create Wikidata statements that that article is about that concept.

Created: 2018-09-01

Credits: User Egon Willighagen

Workflow Human MSH3 exon 1 variant genotyping (1)

Thumb
This workflow is designed to genotype 9 bp tandem repeat region in MSH3 exon 1 as well as flanking variants described in Flower and Lomeikaite et al. (2018). Detailed description as follows:1. Input files.Input files for the workflow are demultiplexed fastq files from MiSeq Illumina sequencing. 2. Read merging.To enable obtaining haplotype information, forward and reverse paired-end reads are merged using Pear with default settings. 3. Demultiplexing.Merged reads are demul...

Created: 2018-08-22 | Last updated: 2018-08-22

Workflow KNIME Workflow for RetroRules and Retropat... (3)

KNIME Workflow for RetroRules and RetroPath2.0This worflow provides an examples of retrieving the RetroRules reaction rules for some given reaction identifiers.1. Input to the workflow: Chemical reactions expressed using public database identifiers.2. Each reaction queries RetroRules and outputs the corresponding reaction rules.3. Resulting list of rulesenzymes is stored in a csv file in RetroPath2.0 format.Installation notesThe workflow runs a Python scrpt that requires pandas: Python Data A...

Created: 2018-07-26 | Last updated: 2018-08-11

Credits: User Pablo Carbonell

Workflow KNIME Workflow for RetroRules and Selenzyme (4)

KNIME Workflow for RetroRules and SelenzymeThis worflow provides an examples of retrieving the RetroRules reaction rules for some given reaction and selecting enzyme sequences using the Selenzyme tool.1. Input to the workflow: Chemical reactions expressed using public database identifiers.2. Each reaction queries RetroRules and outputs the corresponding reaction rules.3. Each reaction rule queries Selenzyem and outputs the selected Uniprot sequences for each rule.4. Resulting list of selected...

Created: 2018-07-24 | Last updated: 2018-08-11

Credits: User Pablo Carbonell

Workflow EDPS 6751 Week 6 Decision Tree Classifier (1)

Thumb
Week 6: Decision Tree Classifier

Created: 2018-04-26

Workflow EDPS 6751 Week 5 Unsupervised Learning (1)

Thumb
Week 5: Unsupervised Learning

Created: 2018-04-26

Workflow EDPS 6751 Week 4 Data Preparation (1)

Thumb
Week 4: Data Preparation

Created: 2018-04-25

Results per page:
Sort by: