Skip to content

Releases: USDA-VS/vSNP3

Version 3.34

27 Feb 14:14

Choose a tag to compare

VCF validation, improved processing, and verbose communication when VCF fails checks

Version 3.33

18 Feb 19:40

Choose a tag to compare

remove from analysis bug fix

Version 3.32

16 Dec 17:10

Choose a tag to compare

  • Options added for SNP density filtering with window size option
  • Extensive f-string compatibility updates.

Version 3.31

08 Sep 18:58

Choose a tag to compare

Regex fix after unicode update
Reference failure message
README updates

Version 3.30

20 May 18:34

Choose a tag to compare

Update Latex code to use raw strings when printing
Force use of vcflib=1.0.12 building conda package

Version 3.29

19 May 11:53

Choose a tag to compare

Locale settings forced to decimal
Zero coverage chrom split to right most dash
Use explicit options over reference types

Version 3.28

02 Apr 20:00

Choose a tag to compare

Fixed bug in vsnp3_remove_from_analysis.py
Updated PDF header location to yaml file in dependencies directory

Version 3.27

27 Mar 11:16

Choose a tag to compare

  • Compatible with Python >=3.8,<=3.12
  • Compatible with Pandas >=1.3,<=2.2
  • Updated PDF Sourmash reporting to correct column
  • Record system environment used
  • Improved version program usage capture
  • Removed Singularity bcftools option
  • Replaced vcflib and vcftools with Python implementations
  • Added --show_groups step 2 option to display groups in SNP tables
  • Added --html_tree step 2 option to output interactive HTML tree
  • Added --dp step 2 option to show sample average depth of coverage in SNP tables
  • Updated Excel merge functionality in organize_directories.sh
  • Updated README

Version 3.26

01 Oct 11:50

Choose a tag to compare

Changed step 2 default, with no option, to not provide a "groupings" column in the SNP table. The "--show_groups" flag must be provided to show the groups assigned for each sample in the SNP tables.

Version 3.25

17 Sep 18:57

Choose a tag to compare

Groups shown in SNP tables
Removed "X" from average depth Excel column for numerical sorting
When step 2 is run, VCF files are removed from the directory immediately after being put into memory
Utility script to select VCF files on multiple positions
"-hash" option to run groups specified with a "#" in defining the SNP Excel worksheet; otherwise, these groups are not run
Python 3.8 - 3.11 compatible