Skip to content

Releases: andersen-lab/ivar

1.2

04 Apr 00:53
Compare
Choose a tag to compare
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 and consensus

Version 1.1

07 Mar 18:03
Compare
Choose a tag to compare
Version 1.1 Pre-release
Pre-release
  • variants command includes minimum depth threshold
  • variants command does amino acid translation using GFF file while account for polymerase slippage using EditPosition and EditSequence from the attributes column.
  • filtervariants command filters variants based on minimum percentage threshold. Refactored into C++. No more awk script.

Verion 1.0.1

20 Nov 22:04
Compare
Choose a tag to compare
  • Discarded quality checks for INDELS.
  • Added -e flag to allow reads without primers to go through.

Version 1.0

21 Dec 06:51
Compare
Choose a tag to compare

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