Create galfit configuration files with partition criteria using votable
Created: 2012-07-26 12:41:51
Last updated: 2012-07-26 12:44:09
This workflow creates galfit configuration files using a partition criteria. The resulting configuration files are different depending on whether the galaxy has o doesn't have a bar. They are created (one for every row in the votable) using a template whose keys are replaced by data from a votable. Keys must appear also in the vocabulary file and match column names in the votable. A column in the votable must contain the name of the result configuration file. This workflow uses astrotaverna plugin (http://wf4ever.github.com/astrotaverna/).
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Create galfit configuration files with partition criteria using votable |
Descriptions (1)
This workflow creates galfit configuration files using a partition criteria. The resulting configuration files are different depending on whether the galaxy has o doesn't have a bar.
They are created (one for every row in the votable) using a template whose keys are replaced by data from a votable.
Keys must appear also in the vocabulary file and match column names in the votable.
A column in the votable must contain the name of the result configuration file. |
Dependencies (0)
Inputs (7)
Name |
Description |
votable |
|
PartitioningFilter1 |
|
partitioningFilter2 |
|
vocabulary |
|
columnNameWithConfigFile |
|
template1 |
|
template2 |
|
Processors (6)
Name |
Type |
Description |
Select_Rows_with_bar |
tpipe |
|
Select_Rows_without_bar |
tpipe |
|
Merge_Check_filler_report |
localworker |
ScriptString seperatorString = "\n";
if (seperator != void) {
seperatorString = seperator;
}
StringBuffer sb = new StringBuffer();
for (Iterator i = stringlist.iterator(); i.hasNext();) {
String item = (String) i.next();
sb.append(item);
if (i.hasNext()) {
sb.append(seperatorString);
}
}
concatenated = sb.toString();
|
Merge_String_List |
localworker |
ScriptString seperatorString = "\n";
if (seperator != void) {
seperatorString = seperator;
}
StringBuffer sb = new StringBuffer();
for (Iterator i = stringlist.iterator(); i.hasNext();) {
String item = (String) i.next();
sb.append(item);
if (i.hasNext()) {
sb.append(seperatorString);
}
}
concatenated = sb.toString();
|
Nested_workflow_Fill_templates_without_bar |
workflow |
|
Nested_workflow_fill_templates_with_bar |
workflow |
|
Outputs (2)
Name |
Description |
Parameter_report |
|
results |
|
Datalinks (18)
Source |
Sink |
votable |
Select_Rows_with_bar:voTable |
partitioningFilter2 |
Select_Rows_with_bar:filter |
votable |
Select_Rows_without_bar:voTable |
PartitioningFilter1 |
Select_Rows_without_bar:filter |
Select_Rows_without_bar:outputTable |
Nested_workflow_Fill_templates_without_bar:votable |
columnNameWithConfigFile |
Nested_workflow_Fill_templates_without_bar:columnNameWithConfigFilePath |
vocabulary |
Nested_workflow_Fill_templates_without_bar:vocabulary |
template1 |
Nested_workflow_Fill_templates_without_bar:template |
Select_Rows_with_bar:outputTable |
Nested_workflow_fill_templates_with_bar:votable |
template2 |
Nested_workflow_fill_templates_with_bar:template |
vocabulary |
Nested_workflow_fill_templates_with_bar:vocabulary |
columnNameWithConfigFile |
Nested_workflow_fill_templates_with_bar:columnNameWithConfigFilePath |
Nested_workflow_Fill_templates_without_bar:Check_template_filler_report |
Merge_Check_filler_report:stringlist |
Nested_workflow_fill_templates_with_bar:Check_template_filler_report |
Merge_Check_filler_report:stringlist |
Nested_workflow_Fill_templates_without_bar:Template_filler_report |
Merge_String_List:stringlist |
Nested_workflow_fill_templates_with_bar:Template_filler_report |
Merge_String_List:stringlist |
Merge_Check_filler_report:concatenated |
Parameter_report |
Merge_String_List:concatenated |
results |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1
(of 1)
Credits (1)
(People/Groups)
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 (1)
(Workflows/Files)
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