diff mut2read.xml @ 84:e46d5e377760 draft

planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8-dirty
author mheinzl
date Fri, 19 Aug 2022 11:23:37 +0000
parents fdfe9a919ff7
children 97bd9c7a1b44
line wrap: on
line diff
--- a/mut2read.xml	Fri Aug 05 08:23:34 2022 +0000
+++ b/mut2read.xml	Fri Aug 19 11:23:37 2022 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<tool id="mut2read" name="DCS mutations to tags/reads:" version="3.0.0" profile="19.01">
+<tool id="mut2read" name="DCS mutations to tags/reads:" version="3.1.0" profile="19.01">
     <description>Extracts all tags that carry a mutation in the duplex consensus sequence (DCS)</description>
     <macros>
         <import>va_macros.xml</import>
@@ -12,6 +12,7 @@
         --mutFile '$file1'
         --bamFile bam_input.bam
         --familiesFile '$file3'
+        $refalttiers
         --outputFastq '$output_fastq' 
         --outputJson '$output_json'
     ]]>
@@ -20,6 +21,7 @@
         <param name="file1" type="data" format="vcf" label="DCS Mutation File" optional="false" help="VCF file with DCS mutations. See the Help section below for a detailed explanation."/>
         <param name="file2" type="data" format="bam" label="DCS BAM File" optional="false" help="BAM file with aligned DCS reads."/>
         <param name="file3" type="data" format="tabular" label="Aligned Families File" optional="false" help="TABULAR file with aligned families."/>
+        <param name="refalttiers" type="boolean" label="Extract tiers also for reference allele" truevalue="--refalttiers" falsevalue="" checked="False" help="Extracts tier information for the alternate and reference allele. Note that this will increase the running time of the tool. Otherwise only the tier information for the alternate allele is extracted."/>
     </inputs>
     <outputs>
         <data name="output_fastq" format="fastq" label="${tool.name} on ${on_string}: FASTQ"/>
@@ -40,7 +42,7 @@
 Takes a VCF file with mutations, a BAM file of aligned DCS reads, and a 
 tabular file with aligned families as input and prints all tags of reads that 
 carry a mutation or have the reference allele to a user-specified output file and creates a fastq file of 
-reads of tags with a mutation and the reference allele.
+reads of tags with a mutation (and optional the reference allele).
 
 **Input**