# HG changeset patch # User mheinzl # Date 1614176417 0 # Node ID da224c392a54109ebd6566b1ded49061abff733e # Parent db3ed920251699bc18b05566d497dcad545e454c planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8 diff -r db3ed9202516 -r da224c392a54 read2mut.py --- a/read2mut.py Wed Feb 24 13:14:28 2021 +0000 +++ b/read2mut.py Wed Feb 24 14:20:17 2021 +0000 @@ -60,9 +60,9 @@ parser.add_argument('--phred', type=int, default=20, help='Integer threshold for Phred score. Only reads higher than this threshold are considered. Default 20.') parser.add_argument('--trim5', type=int, default=10, - help='Integer threshold for assigning mutations at start of reads to lower tier. Default 10.') + help='Integer threshold for assigning mutations at the beginning of the reads to lower tier. Default 10.') parser.add_argument('--trim3', type=int, default=10, - help='Integer threshold for assigning mutations at end of reads to lower tier. Default 10.') + help='Integer threshold for assigning mutations at the end of the reads to lower tier. Default 10.') parser.add_argument('--chimera_correction', action="store_true", help='Count chimeric variants and correct the variant frequencies') return parser diff -r db3ed9202516 -r da224c392a54 read2mut.xml --- a/read2mut.xml Wed Feb 24 13:14:28 2021 +0000 +++ b/read2mut.xml Wed Feb 24 14:20:17 2021 +0000 @@ -33,8 +33,8 @@ - - + + @@ -53,7 +53,6 @@ - @@ -71,7 +70,7 @@ **Input** **Dataset 1:** VCF file with duplex consesus sequence (DCS) mutations. E.g. -generated by the `FreeBayes variant caller `_. +generated by the `FreeBayes `_ or `LoFreq `_ variant caller. **Dataset 2:** BAM file of aligned raw reads. This file can be obtained by the tool `Map with BWA-MEM `_. @@ -87,7 +86,7 @@ **Output** The output are three XLSX files containing frequencies stats for DCS mutations based -on information from the raw reads. In addition to that a tier based +on information from the raw reads and a CSV file containing the summary information without color-coding. In addition to that a tier based classification is provided based on the amout of support for a true variant call. ]]>