Releases: andersen-lab/ivar
Releases · andersen-lab/ivar
1.2
- Check and ignore unmapped reads
- Updated default consensus to
-m 1 -n N
- Check BED file format
- GFF3 lines with
#
ignored - Handle overlapping primers by taking minimum of start pos of primers for reverse reads and maximum of end position of primers for forward reads.
- Added more logging for
trim
andconsensus
Version 1.1
variants
command includes minimum depth thresholdvariants
command does amino acid translation using GFF file while account for polymerase slippage usingEditPosition
andEditSequence
from the attributes column.filtervariants
command filters variants based on minimum percentage threshold. Refactored into C++. No more awk script.
Verion 1.0.1
- Discarded quality checks for INDELS.
- Added -e flag to allow reads without primers to go through.
Version 1.0
iVar v1.0
has the following functions.
- Trimming primer sequences and low quality
- Call variants
- Filter variants across replicates
- Call a consensus sequence
- Get primer names with mismatches
- Remove reads selectively based on primer sequences