Mercurial > repos > tduigou > retropath2
diff retropath2_wrapper.xml @ 20:ab2a83949a90 draft default tip
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit e8c8f102cab10531ed588be4ecb8a0d01e797f09
| author | tduigou |
|---|---|
| date | Tue, 06 Jan 2026 11:44:00 +0000 |
| parents | f0a029748658 |
| children |
line wrap: on
line diff
--- a/retropath2_wrapper.xml Tue Dec 16 21:00:23 2025 +0000 +++ b/retropath2_wrapper.xml Tue Jan 06 11:44:00 2026 +0000 @@ -44,7 +44,7 @@ --mwmax_source '$adv.mwmax_source' --kinstall "\${TMPDIR:-.}" --std_hydrogen '$adv.std_hydrogen' - #if not $sink.error_codes: + #if $sink.error_codes=="false": --quiet #end if --msc_timeout '$adv.timeout' && @@ -54,7 +54,10 @@ <param name="rulesfile" type="data" format="csv,tar" label="Rules File" help="File containing reaction rules which reflect the enzymatic potential of the chassis organism." /> <conditional name="sink"> - <param name="emptysink" type="boolean" checked="false" label="Empty sink" /> + <param name="emptysink" type="select" label="Empty sink"> + <option value="false" selected="true">FALSE</option> + <option value="true">TRUE</option> + </param> <when value="false"> <param name="sinkfile" type="data" format="csv" label="Sink File" help="Sink file which comprises all compounds that are considered as granted in your system." />
