Releases: smithlabcode/falco
Release list
v2.0.0
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
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
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
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
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
- Adding option to exit without error on empty input by @andrewdavidsmith in #78
Full Changelog: v1.2.4...v1.2.5
v1.2.4 - 9/25/2024
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
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
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
- @y9c made their first contribution in #48
- @masarunakajima made their first contribution in #53
Full Changelog: v1.2.1...v1.2.2
v1.2.1 - 9/15/2022
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
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/Configurationdirectory when installing through it, consistently with FastQC.