Falco v2.0 #99
Replies: 4 comments
-
Data files for some performance numbers(Performance numbers to be posted below) These were taken from: https://github.com/genome-in-a-bottle/giab_data_indexes File formats below were identified using falco-2.0.0-7809fc0-Linux (artifact links only work for logged in users) which was built from commit 7809fc0. Data setsBAM files FASTQ files (plain) FASTQ files (gz) FASTQ files (bgzf) |
Beta Was this translation helpful? Give feedback.
-
Falco v2Numbers are seconds, percent of cores used, and memory used. Build of falco used for this profiling All analyses will be done with a build of falco that's available through the Actions tab from the falco repo, identifying the Hardware: AMD EPYC 9554 64-Core Processor with network-attached storage (hence the variance between runs below). The two builds that are relevant here:
I specified to use 16 threads for uncompressed files and regular gz files, but 32 for BAM and BGZF, as those can be decompressed in parallel using threads. Timing for FASTQ files (plain) FASTQ files without compression (6 files, total size 261G). Timing for FASTQ files with gzip compression First set, 6 files, total size 50G: Second set, 8 files, total size 425G: Timing for FASTQ files with BGZF compression First set, 6 files, total size 51G: Second set, 8 files, total size 425G: Timing for BAM files 4 files, total size 474G: Just one among those files: These numbers will be updated with performance from falco v1.3.1 and FastQC. |
Beta Was this translation helpful? Give feedback.
-
FastQC v0.13.0.develCommit 54b336e Equivalent runs to those above, with the same operating modes on by default (all except k-mers). Regarding threads and cores Timing for FASTQ files (plain) FASTQ files without compression (6 files, total size 261G). Timing for FASTQ files with BGZF compression First set, 6 files, total size 51G: Second set, 8 files, total size 425G: Timing for FASTQ files with gzip compression Timing for BAM files |
Beta Was this translation helpful? Give feedback.
-
Falco v1.3.2Numbers for falco-1.3.2, which does not use threads at all: Timing for FASTA files (plain) Timing for one BAM file |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion related to falco2, aimed to release in July 2026.
Example topics here:
-- Any questions
-- Feature requests
-- Tell me what kinds of changes would be deal-breakers
-- Suggestions on test data (both for accuracy and performance) and hardware configurations for benchmarks
-- Use cases that should be considered for testing and performance tuning
Note:
-- Motivation for changes: open up opportunities for future performance increases and incorporate preseq stats
-- This post will be edited soon with a summary of anticipated changes to the user interface and behaviors
-- Before Falco v2.0 is released, it will be available in a separate branch so you can try it
-- Falco v1.X will be maintained for some time alongside v2.0, and I will accept bug reports on v1.X in case you can't migrate
Beta Was this translation helpful? Give feedback.
All reactions