All content

Search filter terms
Filter by category
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 4527 results. Use the filters on the left and the search box below to refine the results.

Workflow [untitled] (1)

Thumb
A tutorial workflow of Taverna.

Created: 2010-11-12 | Last updated: 2010-11-12

Credits: User Sukhdeep Singh

Workflow retry-example (1)

Thumb
This workflow executes a local beanshell script that has been programmed to fail on some iterations. It demonstrates the advantages of setting retries in your workflows to make them more robust

Created: 2010-11-08 | Last updated: 2010-11-08

Credits: User Alan Williams

Workflow Async WPS example (2)

Thumb
Example on how to work with an async service, where the statusURL is used to check for Example on how to work with an async service, where the statusURL is used to check for if the process has finished or not

Created: 2010-11-04 | Last updated: 2011-04-27

Credits: User Jorgejesus

Workflow Sacs Gene Muation Analysis (1)

Thumb
This workflow was created to predict the effect of the mutation on the primary and the secondary structure of a mutated sacsin protein. The genomic sequence bearing the mutation should be pasted on FASTA format as input for the Transeq tool. This sequence will be translated to protein and compared to the wild type protein, already extracted from NCBI database, through the Supermatcher tool. Variation(s) will be verified by multiple alignment using Blastp and ClustalW tools. Prediction of th...

Created: 2010-11-03 | Last updated: 2010-11-03

Credits: User Yosr Bouhlal

Uploader

Blob Uniqueness, Self belonging and Intercourse in Nature...

Created: 2010-10-30 18:39:41 | Last updated: 2010-10-30 18:39:42

Credits: User M. Kirsh

License: Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License

  Uniqueness, Self belonging and Intercourse in Nature Marvin E. Kirsh ISBN: 3-8383-6737-8 Lambert Academic Publishing Saarbrücken, Germany Prologue and Preface

File type: Adobe PDF

Comments: 0 | Viewed: 15 times | Downloaded: 7 times

This File has no tags!

Uploader

Blob Mind Matter and Contour : A Two Timing Ether or a Wh...

Created: 2010-10-30 18:33:46 | Last updated: 2010-10-30 18:34:57

Credits: User M. Kirsh

License: Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License

  Abstract   Bronislaw Malinowskli, a pioneer of Anthropology as a science, proposed a scheme involving mirroring, need and symbolism with which to define a concept of culture founded on biological need. In light of the fact that all interpretation must be based on the physiological function of perception , an inclusive view of all natural and social processes occurring during the interval of witness associations, structured solely with respect to criteria of mirroring, need, ...

File type: Adobe PDF

Comments: 0 | Viewed: 18 times | Downloaded: 8 times

This File has no tags!

Uploader

Blob Evolution at the Surface of Euclid:Elements of a Lon...

Created: 2010-10-30 18:30:51 | Last updated: 2014-02-23 01:03:48

Credits: User M. Kirsh

License: Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License

Abstract       It is modernly debated whether application of the free will has potential to cause harm to nature. Power possessed to the discourse, sensory/perceptual, physical influences on life experience by the slow moving machinery of change is a viral element in the problems of civilization; failed resolution of historical paradox involving mind and matter is a recurring source of problems. Reference is taken from the writing of Euclid in which a oneness of nature...

File type: Adobe PDF

Comments: 0 | Viewed: 43 times | Downloaded: 182 times

Tags:

Workflow Calculate molecular descriptors with OpenT... (1)

Thumb
 Queries an OpenTox ontology server for available molecular descriptor, picks one, and calculates the descriptor value for a few molecules.

Created: 2010-10-30 | Last updated: 2010-10-30

Credits: User Egon Willighagen

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: 2010-10-29

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: 2010-10-29 | Last updated: 2010-10-29

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: 2010-10-29

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: 2010-10-29

Workflow String list union - yielding empty list (1)

Thumb
The string list union service takes in two empty lists [] and [] and returns an empty list [].

Created: 2010-10-29 | Last updated: 2010-10-29

Workflow String list union - yielding non-empty list (1)

Thumb
The string list union service takes in ['a','b','c'] and ['a','e','c'] and returns a list equivalent to ['a','b','c','e'].

Created: 2010-10-29

Workflow String list intersection - yielding empty ... (1)

Thumb
The string list intersection service takes in ['a','b','c'] and ['x','y','z'] and returns the empty list [].

Created: 2010-10-29

Workflow String list intersection - yielding non em... (1)

Thumb
The string list intersection service takes in ['a','b','c'] and ['a','e','c] and returns the list ['a','c'].

Created: 2010-10-29

Workflow String list difference - yielding empty list (1)

Thumb
The string list difference service takes in ['a','b','c'] and ['a','c','b'] and returns the empty list [].

Created: 2010-10-29

Workflow String list difference - yielding non-empt... (1)

Thumb
The string list difference service takes in ['a','b','c'] and ['a','e','c'] and returns the list ['b','e'].

Created: 2010-10-29

Workflow Split string into string list by regular e... (2)

Thumb
The split string into string list by regular expression takes the string 'boo:and:foo' and using the specified regular expression 'o.*n' splits it into the list ['b','d:foo']

Created: 2010-10-29 | Last updated: 2010-10-29

Workflow Split string into string list by regular e... (1)

Thumb
The split string into string list by regular expression takes the string 'boo:and:foo' and using the specified regular expression ':' splits it into the list ['boo','and','foo']

Created: 2010-10-29

Workflow Split string into string list by regular e... (1)

Thumb
The split string into string list by regular expression takes the string 'a,b,c' and using the default regular expression ',' splits it into the list ['a','b','c']

Created: 2010-10-29

Workflow Pad numeral with leading 0s - too short ta... (1)

Thumb
The pad numeral with leading 0s takes the input '12' and because the specified target length of 1 is too short, yields the output '12'.

Created: 2010-10-29

Workflow Pad numeral with leading 0s - specified ta... (1)

Thumb
The pad numeral with leading 0s takes the input '12' and pads it to the specified target length of 4, yielding the output '0012'.

Created: 2010-10-29 | Last updated: 2010-10-29

Workflow Pad numeral with leading 0s - default targ... (1)

Thumb
The pad numeral with leading 0s takes the input '12' and pads it to the default target length of 7, yielding the output '0000012'.

Created: 2010-10-29 | Last updated: 2010-10-29

Workflow FIlter list of strings by regex extracting... (1)

Thumb
The workflow examines the five element list split from the first service. For each element, if it contains an 'a' followed by two characters, then that triple is included in the output. Thus, for the input ['a','b','abcde','cdef','axy'], only 'abcde' and 'axy' contain a match and so ['abc', 'axy'] is output.

Created: 2010-10-29

Results per page:
Sort by: