Skip to content

Releases: artic-network/fieldbioinformatics

1.6.0

06 Jan 16:49
93ce510
Compare
Choose a tag to compare

Fieldbioinformatics now supports segmented viruses and amplicon panels.

What's Changed

  • Add support for segmented genomes / amplicon panels by @BioWilko in #146

Full Changelog: v1.5.8...v1.6.0

1.5.8

10 Dec 14:38
Compare
Choose a tag to compare

Add Seqtk dependency

Full Changelog: v1.5.7...v1.5.8

1.5.7

04 Dec 11:21
Compare
Choose a tag to compare

Update which adds functionality to pick the most appropriate reference for multi reference primer schemes.

What's Changed

  • Add reference selection functionality for multiref schemes (currently only artic-inrb-mpox) by @BioWilko in #147

Full Changelog: v1.5.6...v1.5.7

1.5.6

28 Nov 09:25
6cc5f5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

1.5.5

21 Nov 12:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

1.5.4

21 Nov 11:20
Compare
Choose a tag to compare

Remove the platform tag from the docker image build to avoid nextflow image pull issues.

Full Changelog: v1.5.3...v1.5.4

1.5.3

14 Nov 10:44
Compare
Choose a tag to compare

Fix artic --version

Full Changelog: v1.5.2...v1.5.3

1.5.2

13 Nov 16:20
Compare
Choose a tag to compare

Small changes to fix setup.cfg and shrink dockerfiles

Full Changelog: v1.5.1...v1.5.2

1.5.1

13 Nov 13:26
Compare
Choose a tag to compare

ARTIC Fieldbioinformatics v1.5.1

Well hasn't this been a long time coming?

Major Changes:

  • Fieldbioinformatics now supports rapid barcoded (fragmented) primer trimming and normalisation
  • Nanopolish has been removed completely due to several compatibility issues
  • Medaka has also been removed completely due to kicking out long indels in a way that cannot be changed.
  • Clair3 is now the default variant caller, by default only the r9.4.1 models are available but a artic_get_models command has been added which will fetch the ONT created r10.4.1 models listed in the rerio repository.
  • The pipeline will also attempt to pick an appropriate model based on the basecall_model_version_id field that is added to read headers by default by ONT sequencers.
  • Removed longshot entirely, it also kicks out long variants and is now unnecessary due to clair3 being a much better variant caller.
  • Primer scheme fetcher has been updated to pull from the quick-lab primal hub schemes repository. For schemes not available in this repository you may provide them directly with the arguments --bed and --ref.
  • Automated docker builds pushing to quay.io for use in nextflow pipelines etc.
  • Remove some old functionality which is no longer relevant (basecalling, gather, etc)
  • Re-implement CI as a gh action.
  • Fix the overlapping variants issue by normalising variants against the pre-consensus using bcftools norm.

What's Changed

Full Changelog: v1.2.4...v1.5.1

1.2.4

22 Aug 12:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4