Mercurial > repos > guerler > spring_model
diff macros.xml @ 1:719931bce361 draft
"planemo upload commit aa6c4b1d15a2d5361d68c7eb313551bddf2700fa"
author | guerler |
---|---|
date | Mon, 29 Mar 2021 21:48:24 +0000 |
parents | 7ec607bad681 |
children |
line wrap: on
line diff
--- a/macros.xml Tue Mar 23 13:55:00 2021 +0000 +++ b/macros.xml Mon Mar 29 21:48:24 2021 +0000 @@ -5,7 +5,7 @@ <yield /> </requirements> </xml> - <token name="@TOOL_VERSION@">0.1</token> + <token name="@TOOL_VERSION@">0.2</token> <token name="@VERSION_SUFFIX@">0</token> <xml name="ffindex_single_inputs"> @@ -41,6 +41,10 @@ <validator type="no_options" message="No indices are available" /> </options> </param> + <param name="zipped" type="select" label="Zipped entries in PDB database?" help=""> + <option value="" selected="true">No</option> + <option value="gz">Yes</option> + </param> </when> <when value="history"> <expand macro="ffindex_single_inputs" /> @@ -72,6 +76,7 @@ #if $pdb_source.pdb_source_selector == 'indexed': -d '${pdb_source.pdb.fields.path}.ffdata' -i '${pdb_source.pdb.fields.path}.ffindex' + -z '$pdb_source.zipped' #else -d '$pdb_source.ffdata' -i '$pdb_source.ffindex'