Skip to content

Releases: niemasd/ViralMSA

ViralMSA v1.1.14

13 May 19:38
Compare
Choose a tag to compare
  • Added GUI
  • Added log file to output directory

ViralMSA v1.1.13

14 Apr 22:53
Compare
Choose a tag to compare
  • Added Unimap support
    • Unimap seems to be ~40x slower than Minimap2 (at least on the toy HIV dataset I tried), so the default choice in ViralMSA will remain Minimap2 (at least for now)

ViralMSA v1.1.12

02 Apr 17:54
Compare
Choose a tag to compare
  • Fixed bug where long stretches of N cause a consensus sequence to get split and not show up entirely in the output alignment (see this commit for details)

ViralMSA v1.1.11

28 Jan 21:38
35e8879
Compare
Choose a tag to compare
  • Fixed version number (messed with updating)

ViralMSA v1.1.10

15 Jan 17:52
c65ddcb
Compare
Choose a tag to compare
  • Updated SARS-CoV-2 reference

ViralMSA v1.0.9

05 Oct 16:43
3d73344
Compare
Choose a tag to compare
  • Fixed missing open mode if given a reference genome file (thanks, thanhleviet!)

ViralMSA v1.0.8

21 Sep 15:10
1f137a9
Compare
Choose a tag to compare
  • Refactored code and made some optimizations for speed

ViralMSA v1.0.7

02 Sep 22:41
8e81aec
Compare
Choose a tag to compare
  • Slight changes to how Minimap2 is called (omits secondary hits)
  • Created Dockerfile (all versions starting with 1.0.7 will have Docker images on DockerHub)

ViralMSA v1.0.6

20 Jun 15:07
Compare
Choose a tag to compare
  • Added helpful message if reference genome download fails
  • Added ViralMSA version number to -h/--help output
  • Updated error message if not all sequences appeared in the output
    • Before, I only suggested trying a different aligner
    • It could also be if the reference genome selection is faulty

ViralMSA v1.0.5

13 Jun 19:51
Compare
Choose a tag to compare
  • Added ability to specify a local reference genome file rather than a GenBank accession number or virus name, also using -r/--reference