Releases: phac-nml/gasclustering
Releases · phac-nml/gasclustering
Version 0.4.1
Version 0.4.0
0.4.0 - 2024-11-07
Changed
-
Added the ability to include a
sample_name
column in the input samplesheet.csv. Allows for compatibility with IRIDA-Next input configuration. (PR #31)sample_name
special characters (non-alphanumeric with exception of "_" and ".") will be replaced with"_"
- If no
sample_name
is supplied in the columnsample
will be used - To avoid repeat values for
sample_name
allsample_name
values will be suffixed with the uniquesample
value from the input file
Bug fix
- Fixed linting issues in CI caused by nf-core 3.0.1
Version 0.3.0
0.3.0 - 2024-09-10
Changed
- Upgraded
profile_dist
container to version1.0.2
- Upgraded
locidex/merge
to version0.2.3
and updatedinput_assure
and test data for compatibility with the newmlst.json
allele file format. - Aligned container registry handling in configuration files and modules with
phac-nml/pipeline-standards
This pipeline is now compatible only with output generated by Locidex v0.2.3+ and Mikrokondo v0.4.0+.
Version 0.2.0
0.2.0 - 2024-06-26
Added
- Support for mismatched IDs between the samplesheet ID and the ID listed in the corresponding allele file.
Changed
- Updated ArborView to v0.0.7-rc1.
Fixed
- The scaled distance thresholds provided when using
--pd_distm scaled
and--gm_thresholds
are now correctly understood as percentages in the range [0.0, 100.0].
Version 0.1.0
0.1.0 - 2024-05-28
Initial release of the Genomic Address Service Clustering pipeline to be used for distance-based clustering of cg/wgMLST data.
Added
- Input of cg/wgMLST allele calls produced from locidex.
- Output of a dendrogram, cluster codes, and visualization using profile_dists, gas mcluster, and ArborView.