Skip to content

Releases: niemasd/ViralMSA

ViralMSA v1.1.44

17 Feb 00:35
8c35bda
Compare
Choose a tag to compare
  • Move reference genome dictionary back into ViralMSA script to make it easy/fast to run

ViralMSA v1.1.43

05 Feb 23:28
Compare
Choose a tag to compare
  • Removed GUI (people should use the web app instead)
  • Restructured how reference genome list is loaded
    • It now pulls from here: https://github.com/Niema-Lab/Reference-Genomes
    • This means internet connection is required to pull the list, but given that the list is only used to download genomes from NCBI, it's useless offline anyways
    • Offline execution still works fine (including by passing in NCBI NC_* ID)

ViralMSA v1.1.42

25 Jan 02:18
Compare
Choose a tag to compare
  • Added Measles reference genome
  • Renamed "Monkeypox" to "Mpox"
  • Added aliases for some viruses
    • COVID-19 --> SARS-CoV-2
    • SC2 --> SARS-CoV-2
    • Monkeypox --> Mpox (to avoid breaking existing pipelines)

ViralMSA v1.1.41

03 Jan 19:14
b455f10
Compare
Choose a tag to compare
  • Added number of sequences in input file to log
    • This is useful for debugging
    • I also added the number of sequences in the output file as well, but only if there's a mismatch (i.e., the "WARNING" message shows)

ViralMSA v1.1.40

18 Nov 02:36
Compare
Choose a tag to compare
  • Added seq-align
    • This is very slow!!! It should only be used when the other read mappers fail to align sequences

ViralMSA v1.1.39

17 Nov 00:08
8834ecd
Compare
Choose a tag to compare
  • Added BWA (using the BWA-MEM algorithm)

ViralMSA v1.1.38

02 Nov 16:25
aca5c5e
Compare
Choose a tag to compare
  • Renamed "Chikungunya virus" to "CHIKV"

ViralMSA v1.1.37

02 Nov 16:21
2d1f7a0
Compare
Choose a tag to compare
  • Added Chikungunya virus reference genome (NC_004162)

ViralMSA v1.1.36

12 Oct 21:29
d814daf
Compare
Choose a tag to compare
  • Moved Biopython check to only occur if the user is trying to download a remote reference genome
    • This way, if the user is using a local reference genome, we don't need to have Biopython installed

ViralMSA v1.1.35

02 Oct 17:02
c584a2b
Compare
Choose a tag to compare
  • Fixed missing Biopython dependency in Docker image
  • Updated dependency versions in Docker image