Mercurial > repos > wolma > mimodd_snpeff
comparison annotate_variants.xml @ 1:99dfde12ee53 draft
planemo upload for repository https://github.com/wm75/mimodd_galaxy_wrappers commit 24cc567ad105450d1c554f09a3467eff671d9864
author | wolma |
---|---|
date | Mon, 18 Dec 2017 03:41:24 -0500 |
parents | 01e09a4cacf7 |
children |
comparison
equal
deleted
inserted
replaced
0:01e09a4cacf7 | 1:99dfde12ee53 |
---|---|
29 #end if | 29 #end if |
30 #if $snpeff_settings.filter: | 30 #if $snpeff_settings.filter: |
31 #echo ' '.join(str($snpeff_settings.filter).split(',')) | 31 #echo ' '.join(str($snpeff_settings.filter).split(',')) |
32 #end if | 32 #end if |
33 --ofile '$ofile' | 33 --ofile '$ofile' |
34 --verbose | 34 --verbose --quiet |
35 ]]></command> | 35 ]]></command> |
36 | 36 |
37 <inputs> | 37 <inputs> |
38 <param name="inputfile" type="data" format="vcf" | 38 <param name="inputfile" type="data" format="vcf" |
39 label="VCF input file to be annotated" /> | 39 label="VCF input file to be annotated" /> |
60 <when value="select_by_name"> | 60 <when value="select_by_name"> |
61 <param name="annotation_source" type="text" | 61 <param name="annotation_source" type="text" |
62 label="Name of an installed SnpEff genome" | 62 label="Name of an installed SnpEff genome" |
63 help="Your input needs to exactly match the name of an installed SnpEff database."> | 63 help="Your input needs to exactly match the name of an installed SnpEff database."> |
64 <validator type="expression" message="A SnpEff genome is required to run this tool.">value.strip()</validator> | 64 <validator type="expression" message="A SnpEff genome is required to run this tool.">value.strip()</validator> |
65 <expand macro="lex_sam_header" message="Non-ASCII characters are not valid in SnpEff genome names." /> | |
65 </param> | 66 </param> |
66 </when> | 67 </when> |
67 </conditional> | 68 </conditional> |
68 <section name="codon_tables" title="Codon Table Configuration" expanded="false"> | 69 <section name="codon_tables" title="Codon Table Configuration" expanded="false"> |
69 <param name="genome_codon_table" type="text" | 70 <param name="genome_codon_table" type="text" |
70 label="Genome codon table" | 71 label="Genome codon table" |
71 help="If this genome uses a non-standard codon table and this fact is not declared in the SnpEff config file, specify the table here. The name you provide must match exactly the name of a codon table known to SnpEff." /> | 72 help="If this genome uses a non-standard codon table and this fact is not declared in the SnpEff config file, specify the table here. The name you provide must match exactly the name of a codon table known to SnpEff."> |
73 <expand macro="lex_sam_header" message="Non-ASCII characters are not valid in codon table names." /> | |
74 </param> | |
72 <repeat name="table_specs" default="0" min="0" | 75 <repeat name="table_specs" default="0" min="0" |
73 title="Codon tables to use for specific contigs" | 76 title="Codon tables to use for specific contigs" |
74 help="Use if certain contigs in the reference genome use a distinct codon table. A typical example is a mitochondrial genome contained as a contig in the reference genome. Contig/codon table assignments declared here will take precedence over a genome codon table set above."> | 77 help="Use if certain contigs in the reference genome use a distinct codon table. A typical example is a mitochondrial genome contained as a contig in the reference genome. Contig/codon table assignments declared here will take precedence over a genome codon table set above."> |
75 <param name="contig" type="text" label="contig or chromosome name"> | 78 <param name="contig" type="text" label="contig or chromosome name"> |
76 <validator type="expression" message="This is a required field for a contig/codon table assignment.">value.strip()</validator> | 79 <validator type="expression" message="This is a required field for a contig/codon table assignment.">value.strip()</validator> |
80 <expand macro="lex_sam_header" message="Non-ASCII characters are not allowed in contig/chromosome names" /> | |
77 </param> | 81 </param> |
78 <param name="table" type="text" label="uses codon table"> | 82 <param name="table" type="text" label="uses codon table"> |
79 <validator type="expression" message="This is a required field for a contig/codon table assignment.">value.strip()</validator> | 83 <validator type="expression" message="This is a required field for a contig/codon table assignment.">value.strip()</validator> |
84 <expand macro="lex_sam_header" message="Non-ASCII characters are not valid in codon table names." /> | |
80 </param> | 85 </param> |
81 </repeat> | 86 </repeat> |
82 </section> | 87 </section> |
83 <section name="snpeff_settings" title="More SnpEff options" expanded="false"> | 88 <section name="snpeff_settings" title="More SnpEff options" expanded="false"> |
84 <param name="stats" type="boolean" checked="false" | 89 <param name="stats" type="boolean" checked="false" |