Skip to content

Releases: fiberseq/FIRE

v0.1.3

16 Jun 18:13
2a877d6

Choose a tag to compare

Dev (#37)

* update

* check for no reads passing filters

* Fix odd too many files open error in bigtools by not reading from stdin

* bump version

* consistent param order

* explicit threads

* run decorate early

* bump bigtools

* only use major and minor version

* consistent param order

* explicit threads

* run decorate early

* bump bigtools

* only use major and minor version

* fmt

* more mem

---------

Co-authored-by: Mitchell R. Vollger <mvollger@gmai.com>

v0.1.2 (#36)

18 Mar 16:35
707ee43

Choose a tag to compare

* update

* check for no reads passing filters

* Fix odd too many files open error in bigtools by not reading from stdin

* bump version

---------

Co-authored-by: Mitchell R. Vollger <mvollger@gmai.com>

v0.1.1

07 Jan 18:31
a9ed365

Choose a tag to compare

Added more informative error messages if an FDR distribution cannot be made or there is not enough coverage.

v0.1.0: Working to the next release (#30)

23 Dec 18:29
86cc03f

Choose a tag to compare

This is a major refactor of the FIRE pipeline and the naming of its outputs and will represent the v0.1.0 of the software.

There are no changes to the underlying methods or ideas, but I have made significant efforts to speed up the software and reduce dependencies while increasing reliability.

v0.0.7

31 Jul 16:05
99d40f1

Choose a tag to compare

This release of FIRE will be more robust for denovo assemblies.

Some feats:

  • Save the Fiber-seq data in cram format
  • Replace ucsc utilities with bigtools
  • Replace some bedtools opts with gia
  • Switch to polars for coverage calculation
  • Rename config options to uppercase variables
  • fix #28 incorrect counts in a plot
  • fix #26 so that fire appears to be deterministic now; however, this is not yet guaranteed.

Release for code using in the multi-ome manuscript

09 Jul 17:31

Choose a tag to compare

Improve support of custom assemblies

09 May 14:35
0810fc8

Choose a tag to compare

  • add optional filtering by contig length
  • make merge commands more robust to 1000s of contigs
  • add a missing sort in the coverage bedgraph
  • reduce memory needed for the median calculation

Minor patch that fixes a corner case in median coverage calculation

26 Apr 19:50
4377180

Choose a tag to compare

Fixes a minor cornor case in the median coverage calculation, this does not affect the FDR calculations, just the median coverage calculation.

v0.0.4 Fix missing fibers in the FDR calculation

14 Mar 22:24
08e4dba

Choose a tag to compare

Due to a bad join, fibers without FIRE elements were missing from FDR and coverage calculations. This PR fixes that. All analyses that used the FDR pipeline (October 19th, 2023) should be repeated with this fix. Apologies to all.

v0.0.3 switching the the ft fire model

11 Jan 20:10

Choose a tag to compare