Skip to content

Commit d52f7fa

Browse files
committed
add wrapper for telogator2
1 parent ed6d188 commit d52f7fa

File tree

6 files changed

+412
-0
lines changed

6 files changed

+412
-0
lines changed

tools/telogator2/.shed.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
categories:
2+
- Sequence Analysis
3+
- Genomics
4+
description: Measure allele-specific telomere length from long-read sequencing data
5+
long_description: |
6+
Telogator2 measures allele-specific telomere length (ATL) and characterizes telomere
7+
variant repeat (TVR) sequences from PacBio HiFi and Oxford Nanopore long-read sequencing
8+
data. The tool identifies individual telomere alleles through TVR characterization,
9+
providing chromosome-level resolution of telomere lengths. Supports multiple input
10+
formats (FASTA, FASTQ, BAM, CRAM) and includes built-in T2T human reference with
11+
support for custom references.
12+
homepage_url: https://github.com/zstephens/telogator2
13+
name: telogator2
14+
owner: iuc
15+
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/main/tools/telogator2
16+
type: unrestricted

tools/telogator2/macros.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<macros>
2+
<xml name="requirements">
3+
<requirements>
4+
<requirement type="package" version="@VERSION@">telogator2</requirement>
5+
<requirement type="package" version="2.28">minimap2</requirement>
6+
<requirement type="package" version="2.03">winnowmap</requirement>
7+
<requirement type="package" version="1.13.1">pbmm2</requirement>
8+
<yield/>
9+
</requirements>
10+
</xml>
11+
<xml name="version_command">
12+
<version_command><![CDATA[telogator2 --version]]></version_command>
13+
</xml>
14+
<token name="@VERSION@">2.2.2</token>
15+
<token name="@PROFILE@">24.2</token>
16+
<xml name="edam_ontology">
17+
<edam_topics>
18+
<edam_topic>topic_0622</edam_topic>
19+
<edam_topic>topic_0196</edam_topic>
20+
<edam_topic>topic_3673</edam_topic>
21+
</edam_topics>
22+
<edam_operations>
23+
<edam_operation>operation_3227</edam_operation>
24+
<edam_operation>operation_3192</edam_operation>
25+
</edam_operations>
26+
</xml>
27+
<xml name="xrefs">
28+
<xrefs>
29+
<xref type="bio.tools">telogator2</xref>
30+
</xrefs>
31+
</xml>
32+
<xml name="citations">
33+
<citations>
34+
<citation type="doi">10.1186/s12859-024-05814-5</citation>
35+
</citations>
36+
</xml>
37+
</macros>

0 commit comments

Comments
 (0)