# HG changeset patch # User greg # Date 1588256780 14400 # Node ID 7fe0cbb8c8947fe67ca68d20ce4996ab59c61255 # Parent 14e29f7d59ca8c86aaa3e8affb10ee2e0b9b398d Uploaded diff -r 14e29f7d59ca -r 7fe0cbb8c894 .shed.yml --- a/.shed.yml Wed Apr 29 16:56:10 2020 -0400 +++ b/.shed.yml Thu Apr 30 10:26:20 2020 -0400 @@ -1,10 +1,12 @@ name: vsnp_statistics owner: greg description: | - Contains a tool that outputs statistics on VCF files. + Contains a tool that produces an Excel spreadsheet containing statistics for samples and associated metrics files. homepage_url: https://github.com/USDA-VS/vSNP long_description: | - Contains a tool that outputs statistics on VCF files. + Contains a tool Accepts a single fastqsanger sample, a set of paired read samples, or a collections of samples + along with associated SAMtools idxstats and vSNP zero coverage metrics files and extracts information from them + to produce an Excel spreadsheet containing statistics for each sample. remote_repository_url: https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/sequence_analysis/vsnp/vsnp_statistics type: unrestricted categories: diff -r 14e29f7d59ca -r 7fe0cbb8c894 vsnp_statistics.xml --- a/vsnp_statistics.xml Wed Apr 29 16:56:10 2020 -0400 +++ b/vsnp_statistics.xml Thu Apr 30 10:26:20 2020 -0400 @@ -1,7 +1,6 @@ - humanize numpy pandas xlrd @@ -122,10 +121,11 @@ **What it does** -Accepts a single fastqsanger read, a set of paired reads, or a collections of reads along with associated SAMtools -idxstats and vSNP zero coverage metrics files and extracts information from the files to produce a tabular statistics -dataset that includes total reads, mean read length and quality, reads passing Q30, mapped and unmapped reads, depth -of coverage, good SNP count and more. +Accepts a single fastqsanger sample, a set of paired read samples, or a collections of samples along with associated +SAMtools idxstats and vSNP zero coverage metrics files and extracts information from them to produce an Excel +spreadsheet containing statistics for each sample. Statistics include reference, file size, mean read length, mean +read quality, reads passing Q30, total reads, all mapped reads, unmapped reads, unmapped reads percentage of total, +reference with coverage, average depth of coverage and good SNP count. **Required options**