comparison macros.xml @ 0:be8994ce4fb6 draft

Uploaded
author greg
date Thu, 12 Oct 2023 19:55:24 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:be8994ce4fb6
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>
7 <requirement type="package" version="@TOOL_VERSION@">snp-pipeline</requirement>
8 <requirement type="package" version="3.6.8">python</requirement>
9 </requirements>
10 </xml>
11 <xml name="reference_cond">
12 <conditional name="reference_cond">
13 <param name="reference_source" type="select" label="Choose the source for the reference genome">
14 <option value="cached" selected="true">locally cached</option>
15 <option value="history">from history</option>
16 </param>
17 <when value="cached">
18 <param name="reference" type="select" label="Select reference">
19 <options from_data_table="all_fasta">
20 <filter type="sort_by" column="2"/>
21 <validator type="no_options" message="No assemblies are available for the selected input dataset"/>
22 </options>
23 </param>
24 </when>
25 <when value="history">
26 <param name="reference" type="data" format="fasta" label="FASTA Reference from your history"/>
27 </when>
28 </conditional>
29 </xml>
30 <xml name="citations">
31 <citations>
32 <citation type="doi">10.7717/peerj-cs.20</citation>
33 </citations>
34 </xml>
35 </macros>