Skip to content

Commit 47c0706

Browse files
committed
Fix typo in consensus script
1 parent 34161cb commit 47c0706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/resources/external/viral_consensus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OUT_IUPAC=`basename $BAM .bam`".consensus.iupac.fasta"
2323

2424
# call variants
2525
echo 'Calling variants'
26-
$BCFTOOLS mpileup -Ou -d 20000 -f $FASTA $BAM | $BCFTOOLS call -c --ploidy 1 --threads $THREADS -mv -Oz -o $VCF_CALLS
26+
$BCFTOOLS mpileup -Ou -d 20000 -f $FASTA $BAM | $BCFTOOLS call -c --ploidy 1 --threads $THREADS -v -Oz -o $VCF_CALLS
2727
$BCFTOOLS index -t $VCF_CALLS
2828
COUNT1=`$BCFTOOLS view -H $VCF_CALLS | wc -l`
2929
echo 'Variants called: '$COUNT1

0 commit comments

Comments
 (0)