Where is the ccs
binary for Revio?
The Revio platform always generated HiFi on the instrument. CLR data is no longer stored, but processed directly into HiFi reads, as the BAM file size can exceed 1 TBytes per SMRT Cell 25M, whereas the HiFi BAM file is ~20x smaller.
The binary does not work on my linux system!
Contrary to official SMRT Link releases, the ccs
binary distributed via bioconda is tuned for performance while sacrificing backward compatibility. We are aware of following errors and limitations. If yours is not listed, please file an issue on our official pbbioconda page.
Illegal instruction
Your CPU is not supported. A modern (post-2008) CPU with support for SSE4.1 instructions is required. SMRT Link also has this requirement.
FATAL: kernel too old
Your OS or rather your kernel version is not supported. Since ccs v4.2 we also ship a second binary via bioconda ccs-alt
, which does not bundle a newer glibc
. Please use this alternative binary.
For ccs, we offer two binaries in bioconda:
ccs
, statically linksglibc
v2.33 andmimalloc
v1.6.3.ccs-alt
, was build by dynamically linkingglibc
v2.17, but statically linksmimalloc
v1.6.3.