Releases: USDA-VS/vSNP3
Version 3.34
Version 3.33
remove from analysis bug fix
Version 3.32
- Options added for SNP density filtering with window size option
- Extensive f-string compatibility updates.
Version 3.31
Regex fix after unicode update
Reference failure message
README updates
Version 3.30
Update Latex code to use raw strings when printing
Force use of vcflib=1.0.12 building conda package
Version 3.29
Locale settings forced to decimal
Zero coverage chrom split to right most dash
Use explicit options over reference types
Version 3.28
Fixed bug in vsnp3_remove_from_analysis.py
Updated PDF header location to yaml file in dependencies directory
Version 3.27
- 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_groupsstep 2 option to display groups in SNP tables - Added
--html_treestep 2 option to output interactive HTML tree - Added
--dpstep 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
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
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