comparison vsnp_statistics.xml @ 2:7fe0cbb8c894 draft

Uploaded
author greg
date Thu, 30 Apr 2020 10:26:20 -0400
parents 14e29f7d59ca
children 2d6c6b01319e
comparison
equal deleted inserted replaced
1:14e29f7d59ca 2:7fe0cbb8c894
1 <tool id="vsnp_statistics" name="vSNP: statistics" version="1.0.0"> 1 <tool id="vsnp_statistics" name="vSNP: statistics" version="1.0.0">
2 <description></description> 2 <description></description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.5.1">humanize</requirement>
5 <requirement type="package" version="1.16.5">numpy</requirement> 4 <requirement type="package" version="1.16.5">numpy</requirement>
6 <requirement type="package" version="0.25.3">pandas</requirement> 5 <requirement type="package" version="0.25.3">pandas</requirement>
7 <requirement type="package" version="1.2.0">xlrd</requirement> 6 <requirement type="package" version="1.2.0">xlrd</requirement>
8 <requirement type="package" version="1.2.8">xlsxwriter</requirement> 7 <requirement type="package" version="1.2.8">xlsxwriter</requirement>
9 </requirements> 8 </requirements>
120 </test> 119 </test>
121 </tests> 120 </tests>
122 <help> 121 <help>
123 **What it does** 122 **What it does**
124 123
125 Accepts a single fastqsanger read, a set of paired reads, or a collections of reads along with associated SAMtools 124 Accepts a single fastqsanger sample, a set of paired read samples, or a collections of samples along with associated
126 idxstats and vSNP zero coverage metrics files and extracts information from the files to produce a tabular statistics 125 SAMtools idxstats and vSNP zero coverage metrics files and extracts information from them to produce an Excel
127 dataset that includes total reads, mean read length and quality, reads passing Q30, mapped and unmapped reads, depth 126 spreadsheet containing statistics for each sample. Statistics include reference, file size, mean read length, mean
128 of coverage, good SNP count and more. 127 read quality, reads passing Q30, total reads, all mapped reads, unmapped reads, unmapped reads percentage of total,
128 reference with coverage, average depth of coverage and good SNP count.
129 129
130 **Required options** 130 **Required options**
131 131
132 * **Choose the type for files to be analyzed** - select "Single files" or "Collections of files", then select the appropriate history items (single or paired fastqsanger reads or collections of fastqsanger reads and associated idxstats and vSNP zero coverage metrics files) based on the selected option.. 132 * **Choose the type for files to be analyzed** - select "Single files" or "Collections of files", then select the appropriate history items (single or paired fastqsanger reads or collections of fastqsanger reads and associated idxstats and vSNP zero coverage metrics files) based on the selected option..
133 </help> 133 </help>