-
Notifications
You must be signed in to change notification settings - Fork 29
Update idc v1.1.0 #387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update idc v1.1.0 #387
Conversation
<param type='select' name='norm_type' label='Normalization type' help='Select the type of normalization to apply to fluxes'> | ||
<option value='text'>Parameter Name</option> | ||
<option value='float'>Custom Value</option> | ||
</param> | ||
<when value='text'> | ||
<param type='text' name='norm_text' label='Parameter name' help='Name of the parameter to normalize fluxes by (e.g. glc_uptake)'/> | ||
</when> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that only certain text values are supported, so I assume a select would be better suited here? Or is this supposed to be a column from a table?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The goal here is to normalize all values by either a given value in the data which is referenced using the text option (containing the column entry with the value to normalize by) or use a user-supplied value in the form of a float.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I have no real idea why my test is not functionning, when I serve the tool locally it works but planemo test returns this error each time: Output collection 'list_output': failed to find identifier 'Sample_1' in the tool generated elements ['conda_activate.log']
FOR CONTRIBUTOR: