Skip to content

Conversation

ethevenot
Copy link
Member

FOR CONTRIBUTOR:

  • I have read the CONTRIBUTING.md document and this tool is appropriate for the tools-iuc repo.
  • License permits unrestricted use (educational + commercial)
  • This PR adds a new tool or tool collection
  • This PR updates an existing tool or tool collection
  • This PR does something else (explain below)

closes issue #332

Copy link
Contributor

@bgruening bgruening left a 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.

@@ -0,0 +1,10 @@
runit/output/
Copy link
Contributor

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.

Comment on lines 9 to 13
<stdio>
<exit_code range="1:" level="fatal" />
</stdio>

<command><![CDATA[
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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

Comment on lines 20 to 23
facC "$facC"
tesC "$tesC"
adjC "$adjC"
thrN "$thrN"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
facC "$facC"
tesC "$tesC"
adjC "$adjC"
thrN "$thrN"
facC '$facC'
tesC '$tesC'
adjC '$adjC'
thrN '$thrN'

Comment on lines 25 to 27
variableMetadata_out "$variableMetadata_out"
figure "$figure"
information "$information"
Copy link
Contributor

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

@hechth hechth marked this pull request as draft July 16, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants