Skip to content

FelixKrueger/TrimGalore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 10, 2021 10:01
August 1, 2019 11:04
February 2, 2023 11:21
June 27, 2016 09:34
February 2, 2023 11:22

Trim Galore

Trim Galore is a wrapper around Cutadapt and FastQC to consistently apply adapter and quality trimming to FastQ files, with extra functionality for RRBS data.

DOI Build Status install with bioconda container ready

Installation

Trim Galore is a a Perl wrapper around two tools: Cutadapt and FastQC. To use, ensure that these two pieces of software are available and copy the trim_galore script to a location available on the PATH.

For example:

# Check that cutadapt is installed
cutadapt --version
# Check that FastQC is installed
fastqc -v
# Install Trim Galore
curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.10.tar.gz -o trim_galore.tar.gz
tar xvzf trim_galore.tar.gz
# Run Trim Galore
~/TrimGalore-0.6.10/trim_galore

If you are using Bioconda:

conda install trim-galore

Documentation

For instructions on how to use Trim Galore, please see the User Guide.

Credits

Trim Galore was developed at The Babraham Institute by @FelixKrueger, now part of Altos Labs.

About

A wrapper around Cutadapt and FastQC to consistently apply adapter and quality trimming to FastQ files, with extra functionality for RRBS data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages