Mercurial > repos > devteam > tophat2
comparison tophat_macros.xml @ 5:5c5517d2a9e9 draft
planemo upload commit a52cc16ed8d0d60e99742b55fccbdedcbb64b82c
author | devteam |
---|---|
date | Thu, 14 May 2015 09:39:04 -0400 |
parents | ffa30bedbee3 |
children | 0849fa93eadb |
comparison
equal
deleted
inserted
replaced
4:6242cda7e278 | 5:5c5517d2a9e9 |
---|---|
21 <option value="Yes">Yes</option> | 21 <option value="Yes">Yes</option> |
22 <option value="No">No</option> | 22 <option value="No">No</option> |
23 </param> | 23 </param> |
24 <when value="No"/> | 24 <when value="No"/> |
25 <when value="Yes"> | 25 <when value="Yes"> |
26 <param name="max_insertion_length" type="integer" value="3" label="Max insertion length." help="The maximum insertion length." /> | 26 <param name="max_insertion_length" type="integer" value="3" label="Max insertion length." help="--max-insertion-length; The maximum insertion length. The default is 3." /> |
27 <param name="max_deletion_length" type="integer" value="3" label="Max deletion length." help="The maximum deletion length." /> | 27 <param name="max_deletion_length" type="integer" value="3" label="Max deletion length." help="--max-deletion-length; The maximum deletion length. The default is 3." /> |
28 </when> | 28 </when> |
29 </conditional> | 29 </conditional> |
30 </macro> | 30 </macro> |
31 <macro name="own_junctionsConditional"> | 31 <macro name="own_junctionsConditional"> |
32 <conditional name="own_junctions"> | 32 <conditional name="own_junctions"> |
33 <param name="use_junctions" type="select" label="Use Own Junctions"> | 33 <param name="use_junctions" type="select" label="Do you want to supply your own junction data" help="The options below allow you validate your own list of known transcripts or junctions with your RNA-Seq data. Note that the chromosome names in the files provided with the options below must match the names in the Bowtie index."> |
34 <option value="No">No</option> | 34 <option value="No">No</option> |
35 <option value="Yes">Yes</option> | 35 <option value="Yes">Yes</option> |
36 </param> | 36 </param> |
37 <when value="Yes"> | 37 <when value="Yes"> |
38 <conditional name="gene_model_ann"> | 38 <conditional name="gene_model_ann"> |
40 <option value="No">No</option> | 40 <option value="No">No</option> |
41 <option value="Yes">Yes</option> | 41 <option value="Yes">Yes</option> |
42 </param> | 42 </param> |
43 <when value="No" /> | 43 <when value="No" /> |
44 <when value="Yes"> | 44 <when value="Yes"> |
45 <param format="gtf,gff3" name="gene_annotation_model" type="data" label="Gene Model Annotations" help="TopHat will use the exon records in this file to build a set of known splice junctions for each gene, and will attempt to align reads to these junctions even if they would not normally be covered by the initial mapping."/> | 45 <param format="gtf,gff3" name="gene_annotation_model" type="data" label="Gene Model Annotations" help="-G/--GTF; TopHat with a set of gene model annotations and/or known transcripts, as a GTF 2.2 or GFF3 formatted file. If this option is provided, TopHat will first extract the transcript sequences and use Bowtie to align reads to this virtual transcriptome first. Only the reads that do not fully map to the transcriptome will then be mapped on the genome. The reads that did map on the transcriptome will be converted to genomic mappings (spliced as needed) and merged with the novel mappings and junctions in the final tophat output. Please note that the values in the first column of the provided GTF/GFF file (column which indicates the chromosome or contig on which the feature is located), must match the name of the reference sequence in the Bowtie index you are using with TopHat."/> |
46 </when> | 46 </when> |
47 </conditional> | 47 </conditional> |
48 <expand macro="raw_juncsConditional" /> | 48 <expand macro="raw_juncsConditional" /> |
49 <expand macro="no_novel_juncsParam" /> | 49 <expand macro="no_novel_juncsParam" /> |
50 </when> | 50 </when> |
57 <option value="No">No</option> | 57 <option value="No">No</option> |
58 <option value="Yes">Yes</option> | 58 <option value="Yes">Yes</option> |
59 </param> | 59 </param> |
60 <when value="No" /> | 60 <when value="No" /> |
61 <when value="Yes"> | 61 <when value="Yes"> |
62 <param format="interval" name="raw_juncs" type="data" label="Raw Junctions" help="Supply TopHat with a list of raw junctions. Junctions are specified one per line, in a tab-delimited format. Records look like: [chrom] [left] [right] [+/-] left and right are zero-based coordinates, and specify the last character of the left sequenced to be spliced to the first character of the right sequence, inclusive."/> | 62 <param format="interval" name="raw_juncs" type="data" label="Raw Junctions" help="-j/--raw-juncs; Supply TopHat with a list of raw junctions. Junctions are specified one per line, in a tab-delimited format. Records look like: [chrom] [left] [right] [+/-] left and right are zero-based coordinates, and specify the last character of the left sequenced to be spliced to the first character of the right sequence, inclusive."/> |
63 </when> | 63 </when> |
64 </conditional> | 64 </conditional> |
65 </macro> | 65 </macro> |
66 <macro name="no_novel_juncsParam"> | 66 <macro name="no_novel_juncsParam"> |
67 <param name="no_novel_juncs" type="select" label="Only look for supplied junctions"> | 67 <param name="no_novel_juncs" type="select" label="Only look for supplied junctions" help="--no-novel-juncs; Only look for reads across junctions indicated in the supplied GFF or junctions file."> |
68 <option value="No">No</option> | 68 <option value="No">No</option> |
69 <option value="Yes">Yes</option> | 69 <option value="Yes">Yes</option> |
70 </param> | 70 </param> |
71 </macro> | 71 </macro> |
72 </macros> | 72 </macros> |