Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/ivar/ivar_consensus.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="ivar_consensus" name="ivar consensus" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
<tool id="ivar_consensus" name="ivar consensus" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@">
<description>Call consensus from aligned BAM file</description>
<macros>
<import>macros.xml</import>
Expand All @@ -9,7 +9,7 @@
#import re
#set $clean_name = re.sub('[^\w\-]', '_', str($input_bam.element_identifier))
ln -s '$input_bam' sorted.bam &&
samtools mpileup -A -d 0 -Q 0 sorted.bam | ivar consensus
samtools mpileup -A -a -d 0 -Q 0 sorted.bam | ivar consensus
-p consensus
-q $min_qual
-t $min_freq
Expand Down