-
Notifications
You must be signed in to change notification settings - Fork 29
Migration: univariate #379
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?
Conversation
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.
Thanks @ethevenot!
Can the entire runit folder be removed? Please keep in mind that by default everything will be pushed into the TS and will endup on all Galaxy servers.
tools/univariate/.gitignore
Outdated
@@ -0,0 +1,10 @@ | |||
runit/output/ |
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 think a global gitignore file would be more useful.
<stdio> | ||
<exit_code range="1:" level="fatal" /> | ||
</stdio> | ||
|
||
<command><![CDATA[ |
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.
<stdio> | |
<exit_code range="1:" level="fatal" /> | |
</stdio> | |
<command><![CDATA[ | |
<command detect_errors="exit_code"><![CDATA[ |
See https://docs.galaxyproject.org/en/latest/dev/schema.html#error-detection
facC "$facC" | ||
tesC "$tesC" | ||
adjC "$adjC" | ||
thrN "$thrN" |
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.
facC "$facC" | |
tesC "$tesC" | |
adjC "$adjC" | |
thrN "$thrN" | |
facC '$facC' | |
tesC '$tesC' | |
adjC '$adjC' | |
thrN '$thrN' |
variableMetadata_out "$variableMetadata_out" | ||
figure "$figure" | ||
information "$information" |
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.
single-quotes are needed here as well
…ools-metabolomics into tools_univariate
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
FOR CONTRIBUTOR:
closes issue #332