Mercurial > repos > iuc > samtools_view
diff macros.xml @ 2:02afb5ea2fce draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 1047dc0e36a1c28492d7cd1e860c89ecf3ba30c8
author | iuc |
---|---|
date | Thu, 27 Sep 2018 08:51:16 -0400 |
parents | 6ade12d94f9a |
children | b91e0f76afe9 |
line wrap: on
line diff
--- a/macros.xml Tue Sep 25 04:21:24 2018 -0400 +++ b/macros.xml Thu Sep 27 08:51:16 2018 -0400 @@ -74,6 +74,9 @@ addmemory=\${GALAXY_MEMORY_MB_PER_SLOT:-768} && ((addmemory=addmemory*75/100)) && ]]></token> + <xml name="seed_input"> + <param name="seed" type="integer" optional="True" label="Seed for random number generator" help="If empty a random seed is used." /> + </xml> <xml name="flag_options"> <option value="1">read is paired</option> <option value="2">read is mapped in a proper pair</option>