Name resolver of galaxies parsing the output using local services

Created: 2011-09-21 17:59:49      Last updated: 2011-09-21 18:03:58

This workflow ask for text file using "Select_file" local services. This file is read by the "read_text_file", using "utf-8" as encoding. The result of "read_text_file" is splitted in lines by "split_string_into_string_list_by_regular_expression" and each of this lines is the input for the Rest_servise. The REST service search for each line (each line contains one name of one galaxy) some information about that galaxy. The string is like:

target=cig+1 service=NED(nedwww.ipac.caltech.edu) coordsys=ICRS ra=0.77358 dec=-1.91381 time(ms)=0

We convert this string into list of string using "split_string_into_string_list_by_regular_expression" We need extract the coordinates of the galaxy: the RA and DEC parameters, so we have to use two times the local services "filter_list_of_string_extracting_match_to_a_regex". One of them with the regex= "ra=(.*)" and the other one with the regex="dec=(.*)". The result of this both filters is a list of list, so we have to use "merge_string_list_to_a_string" to get a list.

Information Preview

Information Run

Run this Workflow in the Taverna Workbench...

Option 1:

Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/2390/download?version=1
[ More InfoExpand ]


Information Workflow Components

Information Authors (1)
Information Titles (1)
Information Descriptions (1)
Information Dependencies (0)
Inputs (0)
Processors (19)
Beanshells (0)
Outputs (3)
Datalinks (23)
Coordinations (0)

Information Workflow Type

Taverna 2

Information Uploader

Information License

All versions of this Workflow are licensed under:

BSD License

Information Version 1 (of 1)

Information Credits (0)

(People/Groups)

None

Information Attributions (0)

(Workflows/Files)

None

Information Tags (0)

None

Log in to add Tags

Information Shared with Groups (0)

None

Information Featured In Packs (1)

Log in to add to one of your Packs

Information Attributed By (0)

(Workflows/Files)

None

Information Favourited By (0)

No one

Information Statistics

 

Citations (0)

None


Version History

In chronological order:



Reviews Reviews (0)

No reviews yet

Be the first to review!



Comments Comments (0)

No comments yet

Log in to make a comment




Workflow Other workflows that use similar services (0)

There are no workflows in myExperiment that use similar services to this Workflow.