Skip to content

Releases: smithlabcode/falco

v2.0.0

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 06 Aug 02:27

What's Changed

  • The codebase has been fully rewritten
  • Output values for GC content and duplication analysis have changed (output formats are the same)

Binaries and packages

Linux

macOS

Linux packages

Source code

v1.3.2

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 09 Jun 20:59

The correct files to download are either falco-1.3.2.zip or falco-1.3.2.tar.gz
Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

  • Bugfix for identifying malformed fastq file records (e.g., empty lines)

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 04 Jun 16:37

The correct files to download are either falco-1.3.1.zip or falco-1.3.1.tar.gz
Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

  • Updating hardcoded default adapter set to include PolyA and PolyG

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 23 Apr 23:42

The correct files to download are either falco-1.3.0.zip or falco-1.3.0.tar.gz
Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

  • Fixing newlines in configuration files
  • Requiring a flag to report the progress bar
  • Improvements to output format

Full Changelog: v1.2.5...v1.3.0

v1.2.5 - 11/21/2024

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 22 Nov 00:25
f4f0e6c

The correct files to download are either falco-1.2.5.zip or falco-1.2.5.tar.gz
Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4 - 9/25/2024

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 25 Sep 20:34
2e07967

The correct files to download are either falco-1.2.4.zip or falco-1.2.4.tar.gz

Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

  • Changing adapter matching so that self-overlapping patterns are only matched once per read by @andrewdavidsmith in #71
  • Fixing bug in adapter identification for BAM format by @andrewdavidsmith in #72

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

v1.2.3 - 8/11/2024

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 11 Aug 21:35
cb6a839

The correct files to download are either falco-1.2.3.zip or falco-1.2.3.tar.gz

Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

  • Fixed a bug that caused access past ends of adapters in some situations
  • Removed progress bar for BAM input because we can't be sure it's accurate
  • Fixed a bug involving wrong strands for reads in BAM files (issue #59)
  • Fixed a bug that attempted to build for BAM support even when HTSLib was not available
  • Updated adapter and contaminant files from FastQC v0.12.0 (issue #64)

v1.2.2 - 3/15/2024

Choose a tag to compare

@andrewdavidsmith andrewdavidsmith released this 15 Mar 18:43

The correct files to download are either falco-1.2.2.zip or falco-1.2.2.tar.gz

Please do not download the "Source code" files automatically generated by GitHub, as they do not contain all files necessary for compilation.

What's Changed

  • Fix error in parsing gzip file by @y9c in #48
  • Added direct support for reading BAM files to improve efficiency in some situations by @masarunakajima in #53

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1 - 9/15/2022

Choose a tag to compare

@guilhermesena1 guilhermesena1 released this 15 Sep 21:07

The correct files to download are either falco-1.2.1.zip or falco-1.2.1.tar.gz

Please do not download the "Source code" files automatically generated by github, as they do not contain all files necessary for compilation

This is a quality-of-life release that fixes two serious bugs in 1.2.0

bug 1 (from issue #40) : falco stalls if the default configuration files are not used (e.g. when using conda)
bug 2: the file format type was not being recognized properly when using multiple inputs of different file types.

v1.2.0 - 9/11/2022

Choose a tag to compare

@guilhermesena1 guilhermesena1 released this 11 Sep 15:51

The correct files to download are either falco-1.2.0.zip or falco-2.1.0.tar.gz

Please do not download the "Source code" files automatically generated by github, as they do not contain all files necessary for compilation

New in v1.2.0:

  • Custom file names for summary, data and HTML reports can be provided by users
  • More detailed documentation of parameters. Much of it was directly copied from FastQC v0.11.9, with flags that are not yet implemented being specifically stated as such

Bugfixes:
#39 : We fixed a bug where reads of length >1M were crashing falco. The program now allows reads of about 64M bases, but note that, since falco collects data for every read position, memory will scale accordingly. Plan the computing resources ahead!

Other changes:

  • The Conda release now contains the default contaminants, adapters and limit files under the opt/falco-1.2.0/Configuration directory when installing through it, consistently with FastQC.