Mercurial > repos > jjohnson > translate_bed_sequences
comparison translate_bed_sequences.xml @ 3:3b526a780849
Change default seqtype from pep:novel to pep:splice
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 23 Jan 2014 09:10:16 -0600 |
parents | 359addb9b9d4 |
children | c626a939eef7 |
comparison
equal
deleted
inserted
replaced
2:359addb9b9d4 | 3:3b526a780849 |
---|---|
42 <param name="input" type="data" format="bed" label="BED file with added sequence column" | 42 <param name="input" type="data" format="bed" label="BED file with added sequence column" |
43 help="Output from 'Extract Genomic DNA' run on tophat junctions.bed "/> | 43 help="Output from 'Extract Genomic DNA' run on tophat junctions.bed "/> |
44 <param name="reference" type="text" value="" optional="true" label="Genome reference name" | 44 <param name="reference" type="text" value="" optional="true" label="Genome reference name" |
45 help="By default, the database metadata will be used."/> | 45 help="By default, the database metadata will be used."/> |
46 <param name="seqtype" type="text" value="" optional="true" label="The SEQTYPE:STATUS to include in the fasta ID lines" | 46 <param name="seqtype" type="text" value="" optional="true" label="The SEQTYPE:STATUS to include in the fasta ID lines" |
47 help="For example: pep:novel"/> | 47 help="For example: pep:splice"/> |
48 <param name="score_name" type="text" value="" optional="true" label="Add the bed score field fasta ID line with this tag name" | 48 <param name="score_name" type="text" value="" optional="true" label="Add the bed score field fasta ID line with this tag name" |
49 help="For example: with the tag name 'depth' and bed score 12: depth:12"/> | 49 help="For example: with the tag name 'depth' and bed score 12: depth:12"/> |
50 <conditional name="filter"> | 50 <conditional name="filter"> |
51 <param name="filterseqs" type="select" label="Filter out translations with stop codons before the splice site"> | 51 <param name="filterseqs" type="select" label="Filter out translations with stop codons before the splice site"> |
52 <option value="yes" selected="true">Yes</option> | 52 <option value="yes" selected="true">Yes</option> |