Created
May 27, 2022 15:34
-
-
Save pmandreoli/9128b88e085c86b9f3e66cafc6f06e72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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