Mercurial > repos > bgruening > mgnify_seqprep
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue May 14 09:49:32 2024 +0000 @@ -0,0 +1,18 @@ +# 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).