- Notifications
You must be signed in to change notification settings - Fork91
Read trimming tool for Illumina NGS data.
NotificationsYou must be signed in to change notification settings
timflutre/trimmomatic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Trimmomatic===========This directory contains the code of Trimmomatic, a flexible read trimmingtool for Illumina NGS data. The official maintainer is Anthony Bolger and theofficial web page is here:http://www.usadellab.org/cms/index.php?page=trimmomaticAs the code is available under the GPL, and I, Timothée Flutre, needed to makea few changes, I started working on version 0.33 of the tool, just afterversioning it with git.Installation============For the impatients:makemake checkmake installBy default everything is installed in a directory bin/ in ${HOME}. If the bin/ directory does not exist, it will be created.To install elsewhere, use the option INSTALL, for instance: make install INSTALL="/usr/local/"