annotate teloscope.xml @ 1:089c6e8122c8 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
author iuc
date Wed, 03 Dec 2025 18:54:06 +0000
parents be2c72b9798b
children
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'
1
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
23 --edit-distance '$edit_distance'
0
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
24
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
25 $out_win_repeats
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
26 $out_gc
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
27 $out_entropy
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
28 $out_matches
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
29 $out_its
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
30 $ultra_fast
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
31 $verbose
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
32 > 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
33 ]]></command>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
34 <inputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
35 <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
36 <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
37 <sanitizer>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
38 <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
39 <remove value=" "/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
40 <remove value="\t"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
41 <remove value="\r"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
42 <remove value="\n"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
43 </valid>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
44 </sanitizer>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
45 <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
46 </param>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
47
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
48 <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
49 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
50 <validator type="regex"
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
51 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
52 </param>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
53
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
54 <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
55 <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
56 <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
57 <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
58 <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
59 <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
60 <param argument="--min-block-density" type="float" min="0" max="1" value="0.5" label="Minimum block density (0–1)"/>
1
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
61 <param argument="--edit-distance" type="integer" min="0" max="2" value="0" label="Edit distance for pattern matching (0–2)"/>
0
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
62
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-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
64 <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
65 <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
66 <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
67 <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
68 <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
69 <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
70 </inputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
71
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
72 <outputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
73 <!-- BASIC OUTFILES -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
74 <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
75 <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
76
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
77 <!-- OPTIONAL OUTFILES -->
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
78 <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
79 <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
80 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
81 <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
82 <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
83 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
84 <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
85 <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
86 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
87 <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
88 <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
89 </data>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
90 </outputs>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
91
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
92 <tests>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
93 <!-- 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
94 <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
95 <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
96 <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
97 <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
98 <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
99 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
100 <!-- 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
101 <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
102 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
103 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
104 <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
105 <assert_contents>
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="\+\+\+ Path Summary Report \+\+\+"/>
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="\+\+\+ Assembly Summary Report \+\+\+"/>
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="\+\+\+ Telomere Statistics \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
109 <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
110 <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
111 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
112 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
113 </test>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
114
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
115 <!-- 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
116 <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
117 <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
118 <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
119 <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
120 <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
121 <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
122 <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
123 <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
124 <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
125 <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
126
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
127 <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
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 <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
130 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
131 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
132 <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
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 <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
135 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
136 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
137 <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
138 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
139 <!-- 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
140 <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
141 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
142 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
143 <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
144 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
145 <!-- 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
146 <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
147 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
148 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
149 <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
150 <assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
151 <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
152 <!-- 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
153 <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
154 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
155 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
156 <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
157 <assert_contents>
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="\+\+\+ Path Summary Report \+\+\+"/>
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="\+\+\+ Assembly Summary Report \+\+\+"/>
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="\+\+\+ Telomere Statistics \+\+\+"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
161 <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
162 <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
163 </assert_contents>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
164 </output>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
165 </test>
1
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
166
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
167 <!-- 3) Edit distance 1: more variants detected -->
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
168 <test expect_num_outputs="2">
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
169 <param name="input_sequence" value="bTaeGut7_chr33_mat.fa.gz" ftype="fasta.gz"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
170 <param name="canonical" value="TTAGGG"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
171 <param name="patterns" value="TTAGGG,CCCTAA"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
172 <param name="edit_distance" value="1"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
173 <output name="terminal_telomeres">
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
174 <assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
175 <!-- p-arm telomere with extended start due to edit distance -->
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
176 <has_text text="chr33_mat&#9;442&#9;14354&#9;13912&#9;p&#9;"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
177 <!-- q-arm telomere -->
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
178 <has_text text="chr33_mat&#9;4219967&#9;4246337&#9;26370&#9;q&#9;"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
179 </assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
180 </output>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
181 <output name="telo_report">
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
182 <assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
183 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
184 </assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
185 </output>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
186 </test>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
187
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
188 <!-- 4) Edit distance 2: maximum variants detected -->
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
189 <test expect_num_outputs="2">
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
190 <param name="input_sequence" value="bTaeGut7_chr33_mat.fa.gz" ftype="fasta.gz"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
191 <param name="canonical" value="TTAGGG"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
192 <param name="patterns" value="TTAGGG,CCCTAA"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
193 <param name="edit_distance" value="2"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
194 <output name="terminal_telomeres">
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
195 <assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
196 <!-- p-arm telomere extends to position 1 with edit distance 2 -->
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
197 <has_text text="chr33_mat&#9;1&#9;14354&#9;14353&#9;p&#9;"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
198 <!-- q-arm telomere -->
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
199 <has_text text="chr33_mat&#9;4219967&#9;4246337&#9;26370&#9;q&#9;"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
200 </assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
201 </output>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
202 <output name="telo_report">
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
203 <assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
204 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
205 </assert_contents>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
206 </output>
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
207 </test>
0
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
208 </tests>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
209
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
210 <help><![CDATA[
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
211 Description:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
212 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
213 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
214 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
215 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
216 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
217
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
218 Usage:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
219 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
220 * ${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
221 * ${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
222
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
223 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
224 * ${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
225 * ${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
226 * ${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
227 * ${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
228 * ${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
229 * ${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
230
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
231 Key parameters:
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
232 - -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
233 - -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.
1
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
234 - -w / -s: window size / step (defaults 1000/500).
0
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
235 - -u / --ultra-fast: terminal scan only (default true); disabled automatically when -g/-e/-r/-m/-i are used.
1
089c6e8122c8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 04870df78442ec883c2d8463d5958c94317a7d8d
iuc
parents: 0
diff changeset
236 - -x / --edit-distance: Edit Hamming distance for pattern matching (0–2). Useful for identifying degenerate telomeric repeats (default 0).
0
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
237 ]]></help>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
238
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
239 <expand macro="citations"/>
be2c72b9798b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 91ae0a450a15bf0a37c017b57831d40e2cea8dbc
iuc
parents:
diff changeset
240 </tool>