Skip to content

Releases: DavidsonGroup/nailpolish

v0.2.1

24 Dec 13:33
b943cc3

Choose a tag to compare

This update to Nailpolish implements:

  • .gzip file support
  • Regular expression capture groups for barcodes and UMIs and output in the final .fastq
  • Sort-by-barcode
  • Bugfixes for large files

v0.2.0

20 May 04:30
24e8af8

Choose a tag to compare

This major release introduces several updates to nailpolish, including workflow improvements, dependency management, feature additions, and updates to the documentation and CLI.

Warning: files will need to be reindexed and the consensus called output format has been modified

Index

  • Use a new index format which is faster and more memory efficient + stores a hashmap in zero-copy form leading to faster load times at the slight cost of higher disk storage use
  • Indexing now no longer requires the user to specify the location of the index file; this is generated automatically from the file path

Extract

  • Replaced the Group command with a new Extract command in the CLI, allowing users to filter reads by group IDs, regex patterns, or group size.
  • Added support for specifying output formats (fastq, fasta) in the Extract command, particularly useful for manual verification

Summary

  • Updated the summary file to report a table of all groups and summary statistics (mean length and quality)
  • Change the graph format to be clearer and more readable

Consensus

  • Implemented clustering to detect false duplicates
  • Allow for stdout or file output
  • Provide flags for extra header information (--extra-stats, --report-original-headers)

Dependency management:

  • Moved spoa dependency to submodule deps/spoa-rs for local dependency management
  • Supports SIMD compilation in SPOA with SISD fallback
  • Add nonative feature for x86_64 compilation on ARM (SISD)

Bugfixes

Fixes #2, #6

nightly_feat-clusters

14 May 05:16
42a4952

Choose a tag to compare

nightly_feat-clusters Pre-release
Pre-release
Merge pull request #7 from DavidsonGroup/refactor

Refactor and rewrite

nightly_refactor

13 May 15:00
7381572

Choose a tag to compare

nightly_refactor Pre-release
Pre-release
Minor quality of life changes

Sample file for docs

05 Dec 01:36
894a5ad

Choose a tag to compare

Sample file for docs Pre-release
Pre-release

This is not a binary release, but instead contains sample files intended for use with the quick start guide.

nightly_umi-preanalysis

25 Sep 11:53
593b8c1

Choose a tag to compare

Pre-release
Add permission to create tag

nightly_develop

25 Sep 11:48
593b8c1

Choose a tag to compare

nightly_develop Pre-release
Pre-release
Add permission to create tag