Skip to content

Commit fc47259

Browse files
authored
Merge pull request #20262 from mvdbeek/slots_and_memory
Add missing galaxy slots and memory tool
2 parents 40cd863 + b2df0e0 commit fc47259

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)