Skip to content

Releases: hasindu2008/f5c

f5c-v0.7

19 Aug 13:50
a72c841
Compare
Choose a tag to compare

Major changes from f5c-v0.6 are:

  • the event alignment tsv output now prints the strand column to be compatible with nanopolish output (#86) (--meth-out-version can be set to 1 if the previous format is preferred)
  • slow5 support [--slow5 option for f5c index, call-methylation and eventalign, more info here]
  • -w option can now also take a bed file containing a list of regions (#84)
  • minor bug fixes (bugs that affected -w option (#90) and sequencing summary files (#85)
  • better support for fast5 with vbz compression (a script that attempts to automatically install vbz on Linux x86 or aarch64. More info here)

f5c-v0.6

23 Jan 05:15
Compare
Choose a tag to compare

Major changes from f5c-v0.5 are:

  • Implementation of --samples and --signal-index for eventalign module [#74]
  • Major performance optimisation to eventalign when running at a higher number of threads (fixes a bottleneck when writing the output)
  • Custom nucleotide or methylation models are fully supported now (--kmer-model and --meth-model) and the k-mer size can now be 5 or 6
  • Supports RNA event alignment (eventalign with --rna option) [#73] (thanks @a-slide for the suggestion and testing)
  • Minor bug fixes
  • Major code cleanup and refactoring

f5c-v0.5

30 Oct 08:38
Compare
Choose a tag to compare

Major changes from f5c-0.4 are:

f5c-v0.4

15 Jun 12:24
Compare
Choose a tag to compare

Major changes from f5c-0.3 are:

  • fixed a bug that affected cuda-dev-id (#57)
  • implemented -w option to allow a specific genomic interval (#58)
  • implemented --summary, --sam, --scale-events, --print-read-names options for eventalign
  • implemented --meth-out-version to print strand information in methylation calling output (#60)
  • new subtool freq-merge for merge meth-freq outputs (by @hiruna72)
  • --profile (-x) option to set device profiles (by @dkhyland)
  • fixed compiler warnings for MacOS
  • changed --min-mapq to 20 by default (which was 30 previously)

f5c-v0.3-beta

23 Nov 06:06
Compare
Choose a tag to compare
  • full multifast5 support (taken from Nanopolish)
  • multi-process based I/O model for fast5 access (to circumvent I/O bottleneck due to limitation in multi-threaded HDF5 library)
  • some bug fixes (mainly a memory allocation bug that affected 32 bit systems)

f5c-v0.2-beta

10 Aug 04:39
Compare
Choose a tag to compare
  • minor bug fixes
  • improvements to the CPU-GPU resource utilisation advisor
  • a new meth-freq module added, mostly by @lamcw
    to calculate methylation frequency at genomic CpG sites (optimised nanopolish calculate_methylation_frequency.py)
  • a new eventalign module added, mostly by @hiruna72
    to align nanopore events to reference k-mers (optimised nanopolish eventalign)

f5c-v0.1-beta

12 Feb 07:09
Compare
Choose a tag to compare
version 0.1-beta

f5c-v0.0-alpha

07 Dec 07:26
88e32a6
Compare
Choose a tag to compare
f5c-v0.0-alpha Pre-release
Pre-release

initial alpha release for testing