Mercurial > repos > greg > cfsan_snp_pipeline_merge_vcfs
comparison macros.xml @ 1:ab24883161d3 draft
Uploaded
author | greg |
---|---|
date | Wed, 22 Nov 2023 20:59:14 +0000 |
parents | e958c5f7c9d1 |
children |
comparison
equal
deleted
inserted
replaced
0:e958c5f7c9d1 | 1:ab24883161d3 |
---|---|
8 <requirement type="package" version="3.11.5">python</requirement> | 8 <requirement type="package" version="3.11.5">python</requirement> |
9 <requirement type="package" version="@TOOL_VERSION@">snp-pipeline</requirement> | 9 <requirement type="package" version="@TOOL_VERSION@">snp-pipeline</requirement> |
10 <requirement type="package" version="1.11">tabix</requirement> | 10 <requirement type="package" version="1.11">tabix</requirement> |
11 </requirements> | 11 </requirements> |
12 </xml> | 12 </xml> |
13 <xml name="input_type_cond"> | |
14 <conditional name="input_type_cond"> | |
15 <param name="input_type" type="select" label="Choose the category for the files to be analyzed"> | |
16 <option value="single" selected="true">Single files</option> | |
17 <option value="collection">Collection of files</option> | |
18 </param> | |
19 <when value="single"> | |
20 <param name="input_vcf" type="data" format="vcf" label="VCF file"/> | |
21 </when> | |
22 <when value="collection"> | |
23 <param name="input_vcf_collection" type="data_collection" format="vcf" collection_type="list" label="Collection of VCF files"/> | |
24 </when> | |
25 </conditional> | |
26 </xml> | |
27 <xml name="citations"> | 13 <xml name="citations"> |
28 <citations> | 14 <citations> |
29 <citation type="doi">10.7717/peerj-cs.20</citation> | 15 <citation type="doi">10.7717/peerj-cs.20</citation> |
30 </citations> | 16 </citations> |
31 </xml> | 17 </xml> |