Mercurial > repos > wolma > mimodd
comparison deletion_predictor.xml @ 4:ffee8534a5c4
upgrade to mimodd version 0.1.6
author | Wolfgang Maier |
---|---|
date | Thu, 04 Jun 2015 17:52:04 +0200 |
parents | 72d20758ba2c |
children | bdd1995c9e66 |
comparison
equal
deleted
inserted
replaced
3:ba685c655e18 | 4:ffee8534a5c4 |
---|---|
17 <inputs> | 17 <inputs> |
18 <repeat name="list_input" title="Aligned reads input source" default="1" min="1"> | 18 <repeat name="list_input" title="Aligned reads input source" default="1" min="1"> |
19 <param name="bamfile" type="data" format="bam" label="input BAM file" /> | 19 <param name="bamfile" type="data" format="bam" label="input BAM file" /> |
20 </repeat> | 20 </repeat> |
21 <param name="covfile" type="data" format="bcf" label="BCF variant call file to extract coverage from" help="Use the Variant Calling tool to generate this file."/> | 21 <param name="covfile" type="data" format="bcf" label="BCF variant call file to extract coverage from" help="Use the Variant Calling tool to generate this file."/> |
22 <param name="group_by_id" type="boolean" label="group reads based on read group id only" truevalue="-i" falsevalue="" checked="true" help="If selected, reads from different read groups will be treated strictly separate. If turned off, read groups with identical sample names are used together for identifying uncovered regions, but are still treated separately for the prediction of deletions." /> | 22 <param name="group_by_id" type="boolean" label="group reads based on read group id only" truevalue="-i" falsevalue="" checked="false" help="If selected, reads from different read groups will be treated strictly separate. If turned off, read groups with identical sample names are used together for identifying uncovered regions, but are still treated separately for the prediction of deletions." /> |
23 <param name="include_uncovered" type="boolean" label="include low-coverage regions" truevalue="-u" falsevalue="" checked="true" help="If selected, regions that fulfill the coverage criteria below, but are not statistically significant deletions, will be included in the output." /> | 23 <param name="include_uncovered" type="boolean" label="include low-coverage regions" truevalue="-u" falsevalue="" checked="false" help="If selected, regions that fulfill the coverage criteria below, but are not statistically significant deletions, will be included in the output." /> |
24 <param name="max_cov" type="integer" value="0" label="maximal coverage allowed inside a low-coverage region (default: 0)" help="The maximal coverage at a site allowed to consider it as part of a low-coverage region" /> | 24 <param name="max_cov" type="integer" value="0" label="maximal coverage allowed inside a low-coverage region (default: 0)" help="The maximal coverage at a site allowed to consider it as part of a low-coverage region" /> |
25 <param name="min_size" type="integer" value="100" label="minimal deletion size (default: 100)" help="A low-coverage region must consist of at least this number of consecutive bases below the maximal coverage to consider it in further analyses."/> | 25 <param name="min_size" type="integer" value="100" label="minimal deletion size (default: 100)" help="A low-coverage region must consist of at least this number of consecutive bases below the maximal coverage to consider it in further analyses."/> |
26 </inputs> | 26 </inputs> |
27 | 27 |
28 <outputs> | 28 <outputs> |