Skip to content

v1.2.0 - 9/11/2022

Compare
Choose a tag to compare
@guilhermesena1 guilhermesena1 released this 11 Sep 15:51
· 71 commits to master since this release

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.