Mercurial > repos > greg > cfsan_snp_pipeline_merge_sites
comparison macros.xml @ 0:201984e0cab2 draft
Uploaded
author | greg |
---|---|
date | Fri, 13 Oct 2023 14:20:19 +0000 |
parents | |
children | bb483baa0e50 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:201984e0cab2 |
---|---|
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="input_type_cond"> | |
12 <conditional name="input_type_cond"> | |
13 <param name="input_type" type="select" label="Choose the category for the files to be analyzed"> | |
14 <option value="single" selected="true">Single files</option> | |
15 <option value="collection">Collection of files</option> | |
16 </param> | |
17 <when value="single"> | |
18 <param name="input_vcf" type="data" format="vcf" label="VCF file"/> | |
19 </when> | |
20 <when value="collection"> | |
21 <param name="input_vcf_collection" type="data_collection" format="vcf" collection_type="list" label="Collection of VCF files"/> | |
22 </when> | |
23 </conditional> | |
24 </xml> | |
25 <xml name="citations"> | |
26 <citations> | |
27 <citation type="doi">10.7717/peerj-cs.20</citation> | |
28 </citations> | |
29 </xml> | |
30 </macros> | |
31 |