Name resolver of galaxies parsing the output using local services
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.
Preview
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 Info ]
Workflow Components
Workflow Type
All versions of this Workflow are
licensed under:
BSD License
Version 1 (of 1)
Log in to add Tags
Shared with Groups (0)
None
Statistics
Reviews (0)
Other workflows that use similar services (0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment