User Tools

Site Tools


falco-software

Table of Contents

falco

A C++ implementation of FastQC for quality control of sequencing data.

Information

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
falco-software.txt · Last modified: 2022/04/07 06:34 by aorth