0.3.0 - 2025/01/09
Added
-
Enhanced the pipeline to integrate optional user-provided reference profiles and cluster addresses for additional samples PR #29:
- Added support for
--db_profiles
via theAPPEND_PROFILES
process - Added support for
--db_clusters
via theAPPEND_CLUSTERS
process
- Added support for
-
Added tests to verify the additional databases can be incorporated and that both databases are required together for their respective processes.
-
Added the ability to include a
sample_name
column in the input samplesheet.csv. Allows for compatibility with IRIDA-Next input configuration PR #30:sample_name
special characters 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
-
Updated
gas/call
to version0.1.2
and bothCLUSTER_FILE
andAPPEND_CLUSTERS
to comply with the latest formatting requirements.