annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
1 # SeqPrep Tool Documentation
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
2
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
3 > [!CAUTION]
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
4 > This is a modified version of the 1.2 release. Made for use with the MGnify pipeline.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
5
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
6 ## Overview
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
7
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
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.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
9
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
10 ## Key Features
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
11
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
12 - **Read Merging**: Seamlessly merges overlapping paired-end Illumina reads into longer, single reads.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
13 - **Adapter Trimming**: Efficiently trims adapter sequences from read ends to improve data quality.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
14 - **Quality Control**: Offers options for quality score cutoff and minimum read length, enhancing the integrity of output data.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
15
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
16 ## Usage
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
17
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
18 For a detailed tutorial on how to use SeqPrep, please refer to the [SeqPrep Tutorial](https://github.com/jstjohn/SeqPrep/tree/master).