Mercurial > repos > bgruening > mgnify_seqprep
view README.md @ 0:76ea9d4604bc draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
author | bgruening |
---|---|
date | Tue, 14 May 2024 09:49:32 +0000 |
parents | |
children |
line wrap: on
line source
# SeqPrep Tool Documentation > [!CAUTION] > This is a modified version of the 1.2 release. Made for use with the MGnify pipeline. ## Overview SeqPrep is a bioinformatics tool primarily used for processing paired-end Illumina reads. It excels in merging overlapping reads and trimming adapter sequences, making it a valuable asset in genomic sequence analysis. Its efficient handling of paired-end data ensures high-quality preparation for downstream analysis. ## Key Features - **Read Merging**: Seamlessly merges overlapping paired-end Illumina reads into longer, single reads. - **Adapter Trimming**: Efficiently trims adapter sequences from read ends to improve data quality. - **Quality Control**: Offers options for quality score cutoff and minimum read length, enhancing the integrity of output data. ## Usage For a detailed tutorial on how to use SeqPrep, please refer to the [SeqPrep Tutorial](https://github.com/jstjohn/SeqPrep/tree/master).