Codebase list ctdconverter / e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main galaxy / macros.xml
e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main

Tree @e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main (Download .tar.gz)

macros.xml @e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main

d212575
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<?xml version='1.0' encoding='UTF-8'?>
<!-- CTD2Galaxy depends on this file and on the stdio, advanced_options macros!
     You can edit this file to add your own macros, if you so desire, or you can
     add additional macro files using the m/macros parameter -->
<macros>
  <xml name="requirements">
    <requirements>
      <requirement type="binary">@EXECUTABLE@</requirement>
    </requirements>
  </xml>
  <xml name="stdio">
    <stdio>
      <exit_code range="1:"/>
      <exit_code range=":-1"/>
      <regex match="Error:"/>
      <regex match="Exception:"/>
    </stdio>
  </xml>
  <xml name="advanced_options">
    <conditional name="adv_opts">
      <param name="adv_opts_selector" type="select" label="Advanced Options">
        <option value="basic" selected="True">Hide Advanced Options</option>
        <option value="advanced">Show Advanced Options</option>
      </param>
      <when value="basic"/>
      <when value="advanced">
        <yield/>
      </when>
    </conditional>
  </xml>
</macros>