Skip to content

0.3.0

Compare
Choose a tag to compare
@sgsutcliffe sgsutcliffe released this 21 Oct 15:56
· 9 commits to main since this release
6c90cff

0.3.0 - 2024-10-21

ADDED

  • Modified the template for input csv file to include a sample_name column in addition to sample in-line with changes to IRIDA-Next update as seen with the speciesabundance pipeline. (PR 23)

    • sample_name special characters will be replaced with "_"
    • If no sample_name is supplied in the column sample will be used
    • To avoid repeat values for sample_name all sample_name values will be suffixed with the unique sample value from the input file

CHANGED

  • Fixed linting issues in CI caused by nf-core 3.0.1