Mercurial > repos > greg > cfsan_snp_pipeline_map_reads
comparison macros.xml @ 0:e589aadb5a80 draft
Uploaded
author | greg |
---|---|
date | Thu, 23 Nov 2023 18:29:30 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e589aadb5a80 |
---|---|
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="2.5.2">bowtie2</requirement> | |
8 <requirement type="package" version="@TOOL_VERSION@">snp-pipeline</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="history" selected="true">from history</option> | |
15 <option value="cached">locally cached</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> |