Mercurial > repos > fubar > microsatbedfubar
changeset 4:25c70fff4079 draft default tip
planemo upload for repository https://github.com/fubar2/microsatbed commit d952bc313f408735456747c3d33e09a3170c8f59
| author | fubar |
|---|---|
| date | Sun, 14 Jul 2024 23:52:21 +0000 |
| parents | 36b8c6f7601b |
| children | |
| files | README.md microsatbed.xml test-data/builtinnativetsv_sample tool-data/all_fasta.loc.sample tool_data_table_conf.xml.sample tool_data_table_conf.xml.test |
| diffstat | 6 files changed, 1003 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sun Jul 14 03:55:47 2024 +0000 +++ b/README.md Sun Jul 14 23:52:21 2024 +0000 @@ -1,10 +1,9 @@ ## microsatellites to bed features - **Convert short repetitive sequences to bed features** - Microsatellites refer to short DNA patterns that are repeated. - A pattern or *motif* can be any combination nucleotides, typically from 1 to 6nt in length. + Microsatellites are usually defined as repeated short DNA patterns in an unbroken sequence. + A microsatellite pattern or *motif* can be any combination nucleotides, typically from 1 to 6nt in length. 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. @@ -51,4 +50,4 @@ Pytrf is a lightweight Python C extension for identification of tandem repeats. The pytrf enables to fastly identify both exact or perfect SSRs. It also can find generic tandem repeats with any size of motif, such as with maximum motif length of 100 bp. Additionally, it has capability of finding approximate or imperfect tandem repeats* - + \ No newline at end of file
--- a/microsatbed.xml Sun Jul 14 03:55:47 2024 +0000 +++ b/microsatbed.xml Sun Jul 14 23:52:21 2024 +0000 @@ -1,4 +1,4 @@ -<tool name="strtobed" id="microsatbedfubar" version="1.3.0" profile="22.05"> +<tool name="STR to bed" id="microsatbed" version="1.3.0" profile="22.05"> <description>Short Tandem Repeats to bed features from fasta</description> <requirements> <requirement version="3.12.3" type="package">python</requirement> @@ -11,10 +11,18 @@ <version_command><![CDATA[python -c "import pytrf; from importlib.metadata import version; print(version('pytrf'))"]]></version_command> <command><