comparison README.md @ 9:e9bba24ff909 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/microsatbed commit 7ceb6658309a7ababe622b5d92e729e5470e22f0-dirty
author fubar
date Sat, 13 Jul 2024 13:18:53 +0000
parents 1085e094cf5f
children
comparison
equal deleted inserted replaced
8:8325faed40b2 9:e9bba24ff909
1 ## microsatellites to bed features 1 ## microsatellites to bed features
2
3 A Galaxy tool for building some of the [NIH MARBL T2T assembly polishing](https://github.com/marbl/training) tools as Galaxy workflows.
4 2
5 **Convert short repetitive sequences to bed features** 3 **Convert short repetitive sequences to bed features**
6 4
7 Microsatellites are usually defined as repeated short DNA patterns in an unbroken sequence. 5 Microsatellites refer to short DNA patterns that are repeated.
8 A microsatellite pattern or *motif* can be any combination nucleotides, typically from 1 to 6nt in length. 6 A pattern or *motif* can be any combination nucleotides, typically from 1 to 6nt in length.
9 7
10 This tool allows microsatellite and related features to be selected from a fasta sequence input file, and output into a single bed track, suitable for viewing in a genome browser such as JBrowse2. 8 This tool allows microsatellite and related features to be selected from a fasta sequence input file, and output into a single bed track, suitable for viewing in a genome browser such as JBrowse2.
11 9
12 All motifs of selected lengths can be reported as individual features in the output bed file, or specific motifs can be provided and all 10 All motifs of selected lengths can be reported as individual features in the output bed file, or specific motifs can be provided and all
13 others will be ignored. In all cases, a minimum required number of repeats can be specified. For example, requiring 2 or more repeats of the trimer *ACG* will report 11 others will be ignored. In all cases, a minimum required number of repeats can be specified. For example, requiring 2 or more repeats of the trimer *ACG* will report