annotate teloscope.xml @ 0:be2c72b9798b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
author iuc
date Thu, 27 Nov 2025 08:52:19 +0000
parents
children 089c6e8122c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
1 <tool id="teloscope" name="Teloscope" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
2 <description>Assembly telomere annotation</description>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
3 <macros>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
4 <import>macros.xml</import>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
5 </macros>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
7 <version_command>teloscope -v</version_command>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
9 mkdir -p output &&
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
10 teloscope
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
11 --input-sequence '$input_sequence'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
12 --output output
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
13 --canonical '$canonical'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
14 --patterns '$patterns'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
15 --window '$window'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
16 --step '$step'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
17 --threads "\${GALAXY_SLOTS:-2}"
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
18 --terminal-limit '$terminal_limit'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
19 --max-match-distance '$max_match_distance'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
20 --max-block-distance '$max_block_distance'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
21 --min-block-length '$min_block_length'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
22 --min-block-density '$min_block_density'
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
23
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
24 $out_win_repeats
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
25 $out_gc
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
26 $out_entropy
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
27 $out_matches
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
28 $out_its
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
29 $ultra_fast
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
30 $verbose
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
31 > output/${input_sequence.name}.telo.report
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
32 ]]></command>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
33 <inputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
34 <param argument="--input-sequence" type="data" format="fasta,fasta.gz" label="Input assembly"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
35 <param argument="--canonical" type="text" value="TTAGGG" label="Canonical telomeric pattern">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
36 <sanitizer>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
37 <valid initial="string.printable">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
38 <remove value=" "/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
39 <remove value="\t"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
40 <remove value="\r"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
41 <remove value="\n"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
42 </valid>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
43 </sanitizer>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
44 <validator type="regex" message="Canonical must contain only A,C,G,T.">^[ACGTacgt]+$</validator>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
45 </param>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
46
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
47 <param argument="--patterns" type="text" value="TTAGGG,CCCTAA"
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
48 label="Patterns to explore (comma-separated), IUPAC allowed">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
49 <validator type="regex"
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
50 message="Use IUPAC letters ACGTRYSWKMBDHVN; comma-separated.">^[ACGTRYSWKMBDHVNacgtryswkmbdhvn]+(?:,[ACGTRYSWKMBDHVNacgtryswkmbdhvn]+)*$</validator>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
51 </param>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
52
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
53 <param argument="--window" type="integer" min="100" value="1000" label="Sliding window size"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
54 <param argument="--step" type="integer" min="100" value="500" label="Sliding window step"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
55 <param argument="--terminal-limit" type="integer" min="10000" value="50000" label="Terminal limit (bp) in contigs"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
56 <param argument="--max-match-distance" type="integer" min="0" value="50" label="Maximum distance (bp) for merging matches"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
57 <param argument="--max-block-distance" type="integer" min="0" value="200" label="Maximum block distance for merging"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
58 <param argument="--min-block-length" type="integer" min="0" value="500" label="Minimum block length"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
59 <param argument="--min-block-density" type="float" min="0" max="1" value="0.5" label="Minimum block density (0–1)"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
60
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
61 <param argument="--out-win-repeats" type="boolean" truevalue="--out-win-repeats" falsevalue="" checked="false" label="Window repeat counts"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
62 <param argument="--out-gc" type="boolean" truevalue="--out-gc" falsevalue="" checked="false" label="Window GC"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
63 <param argument="--out-entropy" type="boolean" truevalue="--out-entropy" falsevalue="" checked="false" label="Window Shannon entropy"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
64 <param argument="--out-matches" type="boolean" truevalue="--out-matches" falsevalue="" checked="false" label="Canonical/NonCanonical Matches"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
65 <param argument="--out-its" type="boolean" truevalue="--out-its" falsevalue="" checked="false" label="Interstitial telomeres (ITSs)"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
66 <param argument="--ultra-fast" type="boolean" truevalue="--ultra-fast" falsevalue="" checked="true" label="Ultra-fast mode (terminal regions only)"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
67 <param argument="--verbose" type="boolean" truevalue="--verbose" falsevalue="" checked="false" label="Verbose output"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
68 </inputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
69
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
70 <outputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
71 <!-- BASIC OUTFILES -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
72 <data name="terminal_telomeres" format="bed" from_work_dir="output/*_terminal_telomeres.bed" label="${tool.name} on ${on_string}: Terminal telomeres"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
73 <data name="telo_report" format="tabular" from_work_dir="output/*.telo.report" label="${tool.name} on ${on_string}: Summary report"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
74
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
75 <!-- OPTIONAL OUTFILES -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
76 <data name="interstitial_telomeres" format="bed" from_work_dir="output/*_interstitial_telomeres.bed" label="${tool.name} on ${on_string}: Interstitial telomeres">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
77 <filter>out_its</filter>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
78 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
79 <data name="canonical_matches" format="bed" from_work_dir="output/*_canonical_matches.bed" label="${tool.name} on ${on_string}: Canonical matches">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
80 <filter>out_matches</filter>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
81 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
82 <data name="noncanonical_matches" format="bed" from_work_dir="output/*_noncanonical_matches.bed" label="${tool.name} on ${on_string}: Noncanonical matches">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
83 <filter>out_matches</filter>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
84 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
85 <data name="window_metrics" format="bedgraph" from_work_dir="output/*_window_metrics.bedgraph" label="${tool.name} on ${on_string}: Window metrics">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
86 <filter>out_gc or out_entropy or out_win_repeats</filter>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
87 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
88 </outputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
89
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
90 <tests>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
91 <!-- 1) Default (-u) : terminal telomeres + report -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
92 <test expect_num_outputs="2">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
93 <param name="input_sequence" value="bTaeGut7_chr33_mat.fa.gz" ftype="fasta.gz"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
94 <param name="canonical" value="TTAGGG"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
95 <param name="patterns" value="TTAGGG,CCCTAA"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
96 <output name="terminal_telomeres">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
97 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
98 <!-- at least one BED-like line (match whole line to allow extra cols) -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
99 <has_line_matching expression="^\S+\t\d+\t\d+(?:\t.*)?$"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
100 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
101 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
102 <output name="telo_report">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
103 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
104 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
105 <has_line_matching expression="\+\+\+ Assembly Summary Report \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
106 <has_line_matching expression="\+\+\+ Telomere Statistics \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
107 <has_line_matching expression="\+\+\+ Chromosome Telomere Counts\+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
108 <has_line_matching expression="\+\+\+ Chromosome Telomere/Gap Completeness\+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
109 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
110 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
111 </test>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
112
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
113 <!-- 2) Genome-wide (-g -e -r -m -i ; disable -u) -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
114 <test expect_num_outputs="6">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
115 <param name="input_sequence" value="bTaeGut7_chr33_mat.fa.gz" ftype="fasta.gz"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
116 <param name="canonical" value="TTAGGG"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
117 <param name="patterns" value="TTAGGG,CCCTAA"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
118 <param name="out_gc" value="true"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
119 <param name="out_entropy" value="true"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
120 <param name="out_win_repeats" value="true"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
121 <param name="out_matches" value="true"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
122 <param name="out_its" value="true"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
123 <param name="ultra_fast" value="false"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
124
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
125 <output name="terminal_telomeres">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
126 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
127 <has_line_matching expression="^\S+\t\d+\t\d+(?:\t.*)?$"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
128 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
129 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
130 <output name="interstitial_telomeres">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
131 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
132 <has_line_matching expression="^\S+\t\d+\t\d+(?:\t.*)?$"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
133 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
134 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
135 <output name="canonical_matches">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
136 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
137 <!-- ensure at least one CCCTAA match line -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
138 <has_line_matching expression="^\S+\t\d+\t\d+\tCCCTAA(?:\s|$)"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
139 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
140 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
141 <output name="noncanonical_matches">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
142 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
143 <!-- expect an empty file -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
144 <has_n_lines n="0"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
145 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
146 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
147 <output name="window_metrics">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
148 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
149 <has_text text="track type=bedGraph"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
150 <!-- first data window line -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
151 <has_line_matching expression="^\S+\t0\t1000\t.*"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
152 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
153 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
154 <output name="telo_report">
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
155 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
156 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
157 <has_line_matching expression="\+\+\+ Assembly Summary Report \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
158 <has_line_matching expression="\+\+\+ Telomere Statistics \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
159 <has_line_matching expression="\+\+\+ Chromosome Telomere Counts\+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
160 <has_line_matching expression="\+\+\+ Chromosome Telomere/Gap Completeness\+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
161 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
162 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
163 </test>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
164 </tests>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
165
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
166 <help><![CDATA[
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
167 Description:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
168 Teloscope is a tool for telomere annotation in genome assemblies.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
169 It scans for user-specified telomeric repeat patterns across assembly paths, contigs and windows.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
170 Teloscope annotates terminal and interstitial telomeres, canonical/noncanonical matches and genome-wide metrics such as GC content, Shannon entropy, and repeat counts.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
171 It generates a detailed telomere summary report for paths, telomere statistics, and chromosome labels to assess telomere completeness.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
172 Teloscope can be used for both complete and fragmented assemblies, providing valuable information for genome manual curation and analysis.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
173
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
174 Usage:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
175 Default (ultra-fast) scans terminal regions and reports terminal telomeres + a summary report.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
176 * ${input_sequence.name}_terminal_telomeres.bed
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
177 * ${input_sequence.name}.telo.report
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
178
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
179 Enabling window/match options (-g -e -r -m -i) performs a genome-wide scan and produces:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
180 * ${input_sequence.name}_terminal_telomeres.bed
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
181 * ${input_sequence.name}_interstitial_telomeres.bed
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
182 * ${input_sequence.name}_canonical_matches.bed
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
183 * ${input_sequence.name}_noncanonical_matches.bed
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
184 * ${input_sequence.name}_window_metrics.bedgraph
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
185 * ${input_sequence.name}.telo.report
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
186
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
187 Key parameters:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
188 - -c / --canonical: Canonical repeat (default TTAGGG). This is the vertebrate telomeric motif found at chromosome ends that binds to shelterin complex to form a telomere.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
189 - -p / --patterns: Variant patterns (comma-separated). These are additional telomeric repeat motifs to search for, besides the canonical repeat, it includes other variants that can be part of telomeres.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
190 - -w / -s: window size / step (defaults 1000/500)
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
191 - -u / --ultra-fast: terminal scan only (default true); disabled automatically when -g/-e/-r/-m/-i are used.
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
192 ]]></help>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
193
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
194 <expand macro="citations"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
195 </tool>