Skip to content

Instantly share code, notes, and snippets.

@pmandreoli
Created May 27, 2022 15:34
Show Gist options
  • Select an option

  • Save pmandreoli/9128b88e085c86b9f3e66cafc6f06e72 to your computer and use it in GitHub Desktop.

Select an option

Save pmandreoli/9128b88e085c86b9f3e66cafc6f06e72 to your computer and use it in GitHub Desktop.
<tool id="wait_tool" name="wait_tool" version="1">
<description>wait_tool_to_test_zerg_mode </description>
<macros>
</macros>
<requirements>
</requirements>
<command>
<![CDATA[
sleep $seconds && echo "I slept" >$output
]]>
</command>
<inputs>
<param name="seconds" label="input vcf " type="text" optional="false" />
</inputs>
<outputs>
<data format="txt" name="output" label="ZZZZZZZZZZZZZZZZZZZZ"/>
</outputs>
<help>
</help>
<citations>
</citations>
</tool>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment