Mercurial > repos > blankenberg > naive_variant_caller
comparison naive_variant_caller.xml @ 15:aff38ea879f1 draft
planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit dfca863a9a361877d6d98b92072f1ebc316c5767
author | blankenberg |
---|---|
date | Wed, 28 Feb 2018 16:01:52 -0500 |
parents | 5c852eca82e0 |
children | 07e71cf6c8ef |
comparison
equal
deleted
inserted
replaced
14:5c852eca82e0 | 15:aff38ea879f1 |
---|---|
1 <tool id="naive_variant_caller" name="Naive Variant Caller" version="0.0.3"> | 1 <tool id="naive_variant_caller" name="Naive Variant Caller (NVC)" version="0.0.3"> |
2 <description> - tabulate variable sites from BAM datasets</description> | 2 <description> - tabulate variable sites from BAM datasets</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.0.3">nvc</requirement> | 4 <requirement type="package" version="0.0.3">nvc</requirement> |
5 </requirements> | 5 </requirements> |
6 <stdio> | 6 <stdio> |
145 <param name="coverage_dtype" value="uint8" /> | 145 <param name="coverage_dtype" value="uint8" /> |
146 <output name="output_vcf" file="fake_phiX174_reads_1_test_out_1.vcf" compare="contains" /> | 146 <output name="output_vcf" file="fake_phiX174_reads_1_test_out_1.vcf" compare="contains" /> |
147 </test> | 147 </test> |
148 </tests> | 148 </tests> |
149 <help> | 149 <help> |
150 The **Naive Variant Caller** tool (NVC). | |
151 | |
152 ------ | |
153 | |
150 **What it does** | 154 **What it does** |
151 | 155 |
152 This tool is a naive variant caller that processes aligned sequencing reads from the BAM format and produces a VCF file containing per position variant calls. This tool allows multiple BAM files to be provided as input and utilizes read group information to make calls for individual samples. | 156 This tool is a naive variant caller that processes aligned sequencing reads from the BAM format and produces a VCF file containing per position variant calls. This tool allows multiple BAM files to be provided as input and utilizes read group information to make calls for individual samples. |
153 | 157 |
154 User configurable options allow filtering reads that do not pass mapping or base quality thresholds and minimum per base read depth; user's can also specify the ploidy and whether to consider each strand separately. | 158 User configurable options allow filtering reads that do not pass mapping or base quality thresholds and minimum per base read depth; user's can also specify the ploidy and whether to consider each strand separately. |