De User: Steffen Möller

451?size=160x160

Name: Steffen Möller

Joined: Wednesday 06 August 2008 @ 22:08:55 (GMT)

Last seen: Wednesday 18 May 2011 @ 09:12:21 (GMT)

Email (public): Not specified

Website: http://www.inb.uni-luebeck.de/mitarbeiter/moeller

Location: Lübeck, Germany

Steffen Möller has been credited 13 times

Steffen Möller has an average rating of:

0.0 / 5

(0 ratings in total)

for their items

Description/summary not set


Other contact details:

Not specified

Interests:

Not specified

Field/Industry: Not specified

Occupation/Role(s): Not specified

Organisation(s):

Not specified
 

Note: some items may not be visible to you, due to viewing permissions.

File

Uploader:

Blob addthem.sh

Created: 13/07/11 @ 10:15:22

Credits: User Alan Williams User Steffen Möller

Attributions: Workflow External Tool: Numerically adding two values with 'bc'.

License: Creative Commons Attribution 3.0 Unported License

Shell script to be downloaded for tool

File type: UNIX script

Rating: 0.0 / 5 (0 ratings) | Comments: 0 | Viewed: 3 times | Downloaded: 2 times

This File has no tags!

Show View Download Download

Workflow

Original Uploader

Workflow Unix tool for numerically adding two values. (v1)

Created: 13/07/11 @ 10:24:40 | Last updated: 13/07/11 @ 10:25:37

Credits: User Alan Williams User Steffen Möller

License: Creative Commons Attribution 3.0 Unported License

Thumb

This workflow relies on a Unix system. It wraps the "bc" command line calculator. It downloads the calculation script from a URL.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 24 times | Downloaded: 12 times

Tags (3):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Unix tools with zip, unzip and diff (v1)

Created: 13/07/11 @ 10:21:10 | Last updated: 13/07/11 @ 10:22:52

Credits: User Alan Williams User Steffen Möller

Attributions: Workflow Example for external tools with gzip and gunzip

License: Creative Commons Attribution 3.0 Unported License

Thumb

This workflow only works on a Unix machine. This workflow takes a fixed URL from which a text file is downloaded (output as Original_file). That file is zipped (output as Zipped_File) and then unzipped again (output as Unzipped_File). The orginal file and the unzipped version are then diff'd/

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 15 times | Downloaded: 26 times

Tags (3):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Example for external tools with gzip and gunzip (v1)

Created: 18/05/11 @ 09:22:50 | Last updated: 18/05/11 @ 09:22:54

Credits: User Steffen Möller User Alan Williams

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow is self-contained. It has a fixed URL from which a text file is downloaded (output as Original_file). That file is gzipped (output as Compressed_File) and then gunzipped again (output as Decompressed_File). The workflow wraps external tools from taverna.nordugrid.org and needs a beta version of Taverna 2.3 or later.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 14 times | Downloaded: 5 times

Tags (10):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow External Tool: Numerically adding two values with 'bc'. (v1)

Created: 06/05/11 @ 16:11:24 | Last updated: 06/05/11 @ 16:22:18

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

The workflow is an examples for the External Tools / UseCase plugin to integrate external tools. It wraps the "bc" command line calculator. Internally, it executes the following script: if [ ! -r "$1" ]; then echo "Cannot read file indicated by first argument '$1'." ; exit -1 ; fi ; if [ ! -r "$2" ];then echo "Cannot read file indicated by second argument '$1'." ; exit -1 ; fi if [ -x /usr/bin/bc ]; then ...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 6 times | Downloaded: 8 times

Tags (2):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Split text/string into its lines and filter on those to return subset or values (v1)

Created: 19/08/09 @ 17:23:13

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

When retrieving a URL or soemthing alike, one can often identify the region of interest as a single line. Besides the expected output, also some interim values, like the lines split are forwarded, to allow some straight-forward cascading of filters with reduced redundancy.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 46 times | Downloaded: 23 times

Tags (3):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Retrieve UniSTS numerical UID from name of genetic marker (v1)

Created: 19/08/09 @ 13:48:47

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 17 times | Downloaded: 13 times

Tags (2):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Retrieve details on genetic marker by UniSTS numerical UID (v2)

Created: 19/08/09 @ 17:27:42

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

The workflow retrieves the marker's primers and the organism name - if available. The organism name may not be unique for a given marker. The primers should be. It would be nice if some good soul could investigate how to retrieve the various mappings from the site. The retrieval of the primers is thought to prepare for a manual mapping of the marker's chromosomal location.

Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 38 times | Downloaded: 22 times

This Workflow has no tags!

Show View Download Download (v2)

Workflow

Original Uploader

Workflow dbfetch tutorial (v1)

Created: 22/09/08 @ 01:05:36

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow eases entry in the world of Taverna with one of the key tasks - the retrieval of plain data. The dbfetch offers sequence and structure data from a large variety of sources. A first execution of this workflow informs about these in the "getSupportedDBs" output. Also the formats and styles are listed. The two inputs allow for the specification of a query that leaves the format with "default" (which is different for every database, "native" would be a better fit), the style is alw...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 98 times | Downloaded: 41 times

Tags (3):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow echo (v1)

Created: 18/09/08 @ 14:44:53

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

The workflow tests the standard-compliance of web service descriptions of ARC-1, a development of the EU project "KnowARC" to modernise the grid infrastructure ARC of the NorduGrid. Learn more about it on http://www.knowarc.eu and http://www.nordugrid.org. If you have computers in spare - join us - and help you very own and many other sciences. And you make many interesting contacts just en passent. No authorisation is required for this very experimental service.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 53 times | Downloaded: 37 times

This Workflow has no tags!

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Structural alignment of arbitrary number of protein structures. (v1)

Created: 02/09/08 @ 14:59:23

Credits: User Steffen Möller User Fxtentacle

Attributions: Workflow Fetch PDB flatfile from RCSB server

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This grid-executed Mustang application performs a structural alignment of protein sequences. The number of arguments is variable, in principle, but is shown here for three. The application is executed via the Taverna-ARC plugin on a machine of the NorduGrid. Although your machine can be a part of it, you may prefer to wait for a later version of that interface that does not require grid certificates.

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 96 times | Downloaded: 37 times

Tags (1):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow Retrieve Single Molecule from ZINC - structure and figure (v1)

Created: 24/08/08 @ 22:52:25 | Last updated: 25/08/08 @ 21:57:16

Credits: User Steffen Möller

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

The ZINC database (http;//zinc.docking.org) is a collection of substances with known structures and some chemical characterisation that are commercially available. It is freely available and a much respected resource for computational screening for functional compounds. With the ZINC ID at hand, the ZINC web site is contacted and from there the URL parsed the refence to the real data. This workflow does not scale for regular docking applications. One would retrieve a collection of data inst...

Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 1 | Citations: 0

Viewed: 125 times | Downloaded: 60 times

Tags (4):

Show View Download Download (v1)

Workflow

Original Uploader

Workflow mustang provides structural alignment of two proteins (v3)

Created: 20/08/08 @ 14:41:21 | Last updated: 25/08/08 @ 15:40:45

Credits: User Steffen Möller

Attributions: Workflow Fetch PDB flatfile from RCSB server

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Thumb

This workflow experiments with the partial execution of jobs on a computational grid. The workflow elements "mustang" and "boxshade" are executed on grid nodes. Access to these resources is orchestrated with the plugin available on http://grid.inb.uni-luebeck.de. Please contact the author of this workflow for access permissions.

Rating: 0.0 / 5 (0 ratings) | Versions: 3 | Reviews: 0 | Comments: 0 | Citations: 0

Viewed: 149 times | Downloaded: 62 times

Tags (5):

Show View Download Download (v3)

What is this?

Linked Data

Non-Information Resource URI:


Alternative Formats

HTML
RDF
XML

New/Upload

Log in / Register

Username or Email:

Password:

Remember me:

OR

Use OpenID:


(eg: name.myopenid.com)

Need an account?
Click here to register

Forgot Password?

Front Page

Home

Invite people to myExperiment

Help pages

About Us

News and Events

Mailing List

Contact Us

Developers

Publications


Taverna Workflow Workbench

myGrid

BioCatalogue

Trident

Google Coop Search

EPSRC

JISC

Microsoft

Powered by:

Rails

Icons:
Silk icon set 1.3