[ 源代码: trimmomatic ]
软件包:trimmomatic(0.39 dfsg-2)
trimmomatic 的相关链接
Debian 的资源:
下载源码包 trimmomatic:
- [trimmomatic_0.39 dfsg-2.dsc]
- [trimmomatic_0.39 dfsg.orig.tar.xz]
- [trimmomatic_0.39 dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.usadellab.org]
相似软件包:
flexible read trimming tool for Illumina NGS data
Trimmomatic performs a variety of useful trimming tasks for illumina paired-end and single ended data.The selection of trimming steps and their associated parameters are supplied on the command line.
The current trimming steps are:
* ILLUMINACLIP: Cut adapter and other illumina-specific sequences from the read. * SLIDINGWINDOW: Perform a sliding window trimming, cutting once thes average quality within the window falls below a threshold. * LEADING: Cut bases off the start of a read, if below a threshold quality * TRAILING: Cut bases off the end of a read, if below a threshold quality * CROP: Cut the read to a specified length * HEADCROP: Cut the specified number of bases from the start of the read * MINLENGTH: Drop the read if it is below a specified length * TOPHRED33: Convert quality scores to Phred-33 * TOPHRED64: Convert quality scores to Phred-64It works with FASTQ (using phred 33 or phred 64 quality scores, depending on the Illumina pipeline used), either uncompressed or gzipp'ed FASTQ. Use of gzip format is determined based on the .gz extension.
其他与 trimmomatic 有关的软件包
|
|
|
|
-
- dep: default-jre
- Standard Java or Java compatible Runtime
-
- dep: libjbzip2-java
- bzip2 compression/decompression library