Mercurial > repos > bgruening > mgnify_seqprep
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:76ea9d4604bc |
---|---|
1 # SeqPrep Tool Documentation | |
2 | |
3 > [!CAUTION] | |
4 > This is a modified version of the 1.2 release. Made for use with the MGnify pipeline. | |
5 | |
6 ## Overview | |
7 | |
8 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. | |
9 | |
10 ## Key Features | |
11 | |
12 - **Read Merging**: Seamlessly merges overlapping paired-end Illumina reads into longer, single reads. | |
13 - **Adapter Trimming**: Efficiently trims adapter sequences from read ends to improve data quality. | |
14 - **Quality Control**: Offers options for quality score cutoff and minimum read length, enhancing the integrity of output data. | |
15 | |
16 ## Usage | |
17 | |
18 For a detailed tutorial on how to use SeqPrep, please refer to the [SeqPrep Tutorial](https://github.com/jstjohn/SeqPrep/tree/master). |