nathandunn / galaxy-monarch-integration

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

allow use of upstream data as an option #8

Closed nathandunn closed 8 years ago

nathandunn commented 8 years ago

I think a common use-case would be that we'll have a list of ID's, and we'll want to run those through and then merge them.

I think the easiest way to do this, when to create an input macro and then use a conditional when on input.

https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#type_Attribute_Values_and_Dependent_Attributes

Input requested here:

https://github.com/TAMU-CPT/galaxy-apollo/blob/master/fetch_organism_jbrowse.xml#L48

Macro defined here:

https://github.com/TAMU-CPT/galaxy-apollo/blob/master/macros.xml#L59

nathandunn commented 8 years ago

works now