Calculating the internal extinction with data from leda
Created: 2012-05-23 19:12:49
Last updated: 2015-03-25 11:15:25
No description has been set
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (0)
Titles (0)
Descriptions (0)
Dependencies (0)
Inputs (1)
Name |
Description |
list_cig_name |
|
Processors (14)
Name |
Type |
Description |
VII_237 |
rest |
|
SR_0.001 |
stringconstant |
Value0.001 |
filter_logr25_Mtype |
stringconstant |
ValuelogR25 Mtype |
calculate_internal_extinction |
externaltool |
|
Write_Text_File |
localworker |
Script
BufferedWriter out;
if (encoding == void) {
out = new BufferedWriter(new FileWriter(outputFile));
}
else {
out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(outputFile), encoding));
}
out.write(filecontents);
out.flush();
out.close();
outputFile = filecontents;
|
encoding_value |
stringconstant |
Valueutf-8 |
outputFile_value |
stringconstant |
Valueleda_file.txt |
Select_logr25_Mtype |
tpipe |
|
Format_conversion |
tpipe |
|
format_votable |
stringconstant |
Valuevotable |
format_ascii |
stringconstant |
Valueascii |
Split_string_into_string_list_by_regular_expression |
localworker |
ScriptList split = new ArrayList();
if (!string.equals("")) {
String regexString = ",";
if (regex != void) {
regexString = regex;
}
String[] result = string.split(regexString);
for (int i = 0; i < result.length; i++) {
split.add(result[i]);
}
}
|
regex_value |
stringconstant |
Value\n |
split |
externaltool |
|
Outputs (3)
Name |
Description |
leda_output |
|
logr25 |
|
data_internal_extinction |
|
Datalinks (20)
Source |
Sink |
SR_0.001:value |
VII_237:SR |
split:DEC |
VII_237:DEC |
split:RA |
VII_237:RA |
Write_Text_File:outputFile |
calculate_internal_extinction:leda_file |
split:DEC |
calculate_internal_extinction:dec |
split:RA |
calculate_internal_extinction:ra |
encoding_value:value |
Write_Text_File:encoding |
outputFile_value:value |
Write_Text_File:outputFile |
Format_conversion:outputTable |
Write_Text_File:filecontents |
filter_logr25_Mtype:value |
Select_logr25_Mtype:filter |
VII_237:responseBody |
Select_logr25_Mtype:voTable |
format_votable:value |
Format_conversion:formatTableIn |
format_ascii:value |
Format_conversion:formatTableOut |
Select_logr25_Mtype:outputTable |
Format_conversion:voTable |
list_cig_name |
Split_string_into_string_list_by_regular_expression:string |
regex_value:value |
Split_string_into_string_list_by_regular_expression:regex |
Split_string_into_string_list_by_regular_expression:split |
split:line |
VII_237:responseBody |
leda_output |
Format_conversion:outputTable |
logr25 |
calculate_internal_extinction:STDOUT |
data_internal_extinction |
Uploader
License
All versions of this Workflow are
licensed under:
Version 3 (latest)
(of 3)
Credits (0)
(People/Groups)
None
Attributions (0)
(Workflows/Files)
None
Shared with Groups (1)
Featured In Packs (0)
None
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
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