| 0 | 1 <macros> | 
|  | 2     <token name="@TOOL_VERSION@">2.2.1</token> | 
|  | 3     <token name="@VERSION_SUFFIX@">0</token> | 
|  | 4     <token name="@PROFILE@">21.01</token> | 
|  | 5     <xml name="requirements"> | 
|  | 6         <requirements> | 
| 2 | 7             <requirement type="package" version="1.9">bcftools</requirement> | 
|  | 8             <requirement type="package" version="3.6.8">python</requirement> | 
| 0 | 9             <requirement type="package" version="@TOOL_VERSION@">snp-pipeline</requirement> | 
| 2 | 10             <requirement type="package" version="0.2.5">tabix</requirement> | 
| 0 | 11         </requirements> | 
|  | 12     </xml> | 
|  | 13     <xml name="reference_cond"> | 
|  | 14         <conditional name="reference_cond"> | 
|  | 15             <param name="reference_source" type="select" label="Choose the source for the reference genome"> | 
|  | 16                 <option value="cached" selected="true">locally cached</option> | 
|  | 17                 <option value="history">from history</option> | 
|  | 18             </param> | 
|  | 19             <when value="cached"> | 
|  | 20                 <param name="reference" type="select" label="Select reference"> | 
|  | 21                     <options from_data_table="all_fasta"> | 
|  | 22                         <filter type="sort_by" column="2"/> | 
|  | 23                         <validator type="no_options" message="No assemblies are available for the selected input dataset"/> | 
|  | 24                     </options> | 
|  | 25                 </param> | 
|  | 26             </when> | 
|  | 27             <when value="history"> | 
|  | 28                 <param name="reference" type="data" format="fasta" label="FASTA Reference from your history"/> | 
|  | 29             </when> | 
|  | 30         </conditional> | 
|  | 31     </xml> | 
|  | 32     <xml name="citations"> | 
|  | 33         <citations> | 
|  | 34             <citation type="doi">10.7717/peerj-cs.20</citation> | 
|  | 35         </citations> | 
|  | 36     </xml> | 
|  | 37 </macros> | 
|  | 38 |