Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@sgsutcliffe sgsutcliffe released this 25 Jul 20:20
fbf1822

0.1.0 - 2025-07-25

  • Initial release of phac-nml/iridanextexample2, created with the nf-core template.
  • Updated nf-core template:
    • Change the pipeline name to iridanextexample2 which does not comply with nf-core standard. PR #1
    • Swap master for main for branch name. PR #1
      • .github/workflows linting.yml and branch.yml deviate from template
  • Remove nf-core branding (for external use) following nf-core guidelines. PR #2
    • Left some links to nf-core documentation and github actions
    • Githubactions now pass. Including making test --profile test,conda to fix issue with tests.
  • Added nf-iridanext plugin to pipeline. PR #3
  • Added metadata to the iridanext.output.json for testing in IRIDA-Next. PR #4 and PR #5
  • Include a sample and sample_name columns to samplesheet for accomodating the IRIDA-Next PID. PR #4
  • Update the documentation to reflect the changes made to the template. PR #6
  • Add a category of parameters for checking in IRIDA-Next (i.e. file-path, boolean, enum, and integer). PR #7