Mercurial > repos > sanbi-uwc > vcf_to_alignment
comparison vcf_to_alignment.xml @ 1:4b9ddf64558d draft
planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc commit c467fa511c437e11ea72b912975d64631b8d0f98
author | sanbi-uwc |
---|---|
date | Wed, 01 Feb 2017 07:07:32 -0500 |
parents | cc255feec53b |
children | a0c85f2d74a5 |
comparison
equal
deleted
inserted
replaced
0:cc255feec53b | 1:4b9ddf64558d |
---|---|
16 #end for | 16 #end for |
17 --reference_file | 17 --reference_file |
18 #if str($reference.source) == 'history': | 18 #if str($reference.source) == 'history': |
19 reference.fasta | 19 reference.fasta |
20 #else | 20 #else |
21 '${reference.builtin}' | 21 '${reference.builtin.fields.path}' |
22 #end if | 22 #end if |
23 --output_file '${output_alignment}' | 23 --output_file '${output_alignment}' |
24 ]]> | 24 ]]> |
25 </command> | 25 </command> |
26 <inputs> | 26 <inputs> |
34 <param name="history" type="data" format="fasta" label="Reference sequence" /> | 34 <param name="history" type="data" format="fasta" label="Reference sequence" /> |
35 </when> | 35 </when> |
36 <when value="builtin"> | 36 <when value="builtin"> |
37 <param name="builtin" type="select" label="Reference sequence (FASTA format)"> | 37 <param name="builtin" type="select" label="Reference sequence (FASTA format)"> |
38 <options from_data_table="all_fasta" /> | 38 <options from_data_table="all_fasta" /> |
39 <validator type="no_options" message="No FASTA datasets are available for the selected input dataset" /> | |
39 </param> | 40 </param> |
40 </when> | 41 </when> |
41 </conditional> | 42 </conditional> |
42 </inputs> | 43 </inputs> |
43 <outputs> | 44 <outputs> |