====== falco ====== A C++ implementation of FastQC for quality control of sequencing data. ===== Information ===== * Version: 0.3.0 * Added: March, 2022 * Link: https://github.com/smithlabcode/falco ===== Usage ===== See versions that are available: $ module avail falco Load one version into your environment and run it: $ module load falco/0.3.0 $ falco ===== Installation ====== Notes from the sysadmin during installation. $ cd /tmp $ wget https://github.com/smithlabcode/falco/releases/download/v0.3.0/falco-0.3.0.tar.gz $ tar xf falco-0.3.0.tar.gz $ cd falco-0.3.0 $ scl enable devtoolset-7 bash $ ./configure CXXFLAGS="-O3 -Wall" --prefix=/export/apps/falco/0.3.0 $ make all $ sudo install -d -o aorth /export/apps/falco/0.3.0 $ make install $ sudo chown -R root:root /export/apps/falco/0.3.0