The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.1 - 2024-12-23
- Updating the version of
GAS
container from 0.1.1 -> 0.1.3
0.4.0 - 2024-11-07
-
Added the ability to include a
sample_name
column in the input samplesheet.csv. Allows for compatibility with IRIDA-Next input configuration.-
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 -
Fixed linting issues in CI caused by nf-core 3.0.1
-
0.3.0 - 2024-09-10
- 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+.
0.2.0 - 2024-06-26
- Support for mismatched IDs between the samplesheet ID and the ID listed in the corresponding allele file.
- Updated ArborView to v0.0.7-rc1.
- 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].
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.
- Input of cg/wgMLST allele calls produced from locidex.
- Output of a dendrogram, cluster codes, and visualization using profile_dists, gas mcluster, and ArborView.