We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40cd863 + b2df0e0 commit fc47259Copy full SHA for fc47259
test/functional/tools/galaxy_slots_and_memory.xml
@@ -0,0 +1,8 @@
1
+<tool id="galaxy_slots_and_memory" name="Galaxy Slots and Memory" version="1.0.0" profile="22.05">
2
+ <command><![CDATA[
3
+echo "\$GALAXY_SLOTS\n\$GALAXY_MEMORY_MB_PER_SLOT\n\$GALAXY_MEMORY_MB" > '$output'
4
+ ]]></command>
5
+ <outputs>
6
+ <data name="output" format="txt" />
7
+ </outputs>
8
+</tool>
0 commit comments