Releases: phac-nml/staramrnf
0.3.3
0.3.2
0.3.2 - 2026-03-13
- Updated staramr to the patch release
0.12.1which includes updates of CGE databases and gene-drug mapping key for Pointfinder/Resfinder.PR #37 - Updated version of
nf-coreused for linting pipeline code. PR #37 - Updated GitHub Actions and nf-test configuration to latest versions provided by
nf-corepipelines template. PR #37 - Updated minimum Nextflow version for pipeline to be
24.10.3. PR #37
0.3.1
0.3.1 - 2025-10-10
Update
- Updated the starAMR version to 0.11.1 PR #34:
- Removed
parse_seqidsfrommakeblastdbcommand. Fixes issue with contig headers greater than 50 characters.PR #225 NCBI assembled genomes with accessions in the header will have slightly different contig names.
- Removed
Changed
- Adding GitHub CI tests against Nextflow
24.10.3. PR #33
Added
software_version.ymlfile inpipeline_inforesults. PR #36
0.3.0
0.2.0
0.2.0 - 2024-09-20
DESCRIPTION
The pipeline has been modified to accept an input (samplesheet) with an optional sample_name column. The goal of the sample_name is to allow for IRIDA-Next users to modify their output filenames and sample names. Previously, all files and samples were named using the IRIDA-Next ID (for which users do not chose). This modification will not impact the running locally of staramrnf because if sample_name column is absent (as was the case prior to the release) then the sample column will behave as it had previously.
CHANGED
sample_namespecial characters will be replaced with"_"- If no
sample_nameis supplied in the columnsamplewill be used - To avoid repeat values for
sample_nameallsample_namevalues will be suffixed with thesamplevalue. Which is a unique value.
0.1.0
staramrnf 0.1.0 - 2024-08-14
Initial release of staramrnf, or staramr nextflow pipeline, is a nextflow wrapper of staramr.
staramr (AMR) scans bacterial genome contigs against the ResFinder, PointFinder, and PlasmidFinder databases (used by the ResFinder webservice and other webservices offered by the Center for Genomic Epidemiology) and compiles a summary report of detected antimicrobial resistance genes. The star|_instaramr indicates that it can handle all of the ResFinder, PointFinder, and PlasmidFinder databases.
staramrnf follows the nf-core pipeline file structure and used the nf-core template