annotate tetyper.xml @ 0:8bc80c2a15b3 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
author iuc
date Thu, 28 Nov 2019 14:41:08 -0500
parents
children 36093854bfc7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
1 <tool id="tetyper" name="TETyper" version="@TOOL_VERSION@+galaxy0">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
2 <description>Transposable Element Typer</description>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
3 <macros>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.1</token>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
5 </macros>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
6 <requirements>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">tetyper</requirement>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
8 </requirements>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
9 <command detect_errors="exit_code">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
10 <![CDATA[
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
11 TETyper.py
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
12 --threads \${GALAXY_SLOTS:-1}
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
13 #if $collection_paired.selector == "paired"
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
14 --fq1 '${collection_paired.forward_input}' --fq2 '${collection_paired.reverse_input}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
15 #elif $collection_paired.selector == "collection":
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
16 --fq1 '${collection_paired.input_pair.forward}' --fq2 '${collection_paired.input_pair.reverse}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
17 #end if
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
18 --ref '${reference}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
19 --flank_len '${flank_length}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
20 --min_reads '${min_reads}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
21 --min_each_strand '${min_each_strand}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
22 --min_mapped_len '${min_mapped_len}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
23 --min_qual '${min_qual}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
24 #if $snp_profiles
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
25 --snp_profiles '${snp_profiles}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
26 #end if
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
27 #if $struct_profiles
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
28 --struct_profiles '${struct_profiles}'
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
29 #end if
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
30 --outprefix output
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
31 ]]>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
32 </command>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
33 <inputs>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
34 <conditional name="collection_paired">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
35 <param name="selector" type="select" label="Collection or paired reads" >
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
36 <option value="collection">Collection</option>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
37 <option value="paired" selected="True">Paired</option>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
38 </param>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
39 <when value="collection">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
40 <param format="fastq,fastq.gz" name="input_pair" type="data_collection" collection_type="paired" label="Collection of paired reads" help="FASTQ datasets" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
41 </when>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
42 <when value="paired">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
43 <param format="fastq,fastq.gz" name="forward_input" type="data" label="Forward strand" help="FASTQ dataset"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
44 <param format="fastq,fastq.gz" name="reverse_input" type="data" label="Reverse strand" help="FASTQ dataset"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
45 </when>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
46 </conditional>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
47 <param name="reference" type="data" format="fasta" label="Transposable Element Reference"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
48 <param name="flank_length" type="integer" min="4" value="5" max="16" label="Flank Length" help="Length of flanking region to extract."/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
49 <param name="min_reads" type="integer" min="1" value="10" max="100" label="Minimum Reads" help="Minimum read number for including a specific flanking sequence."/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
50 <param name="min_each_strand" type="integer" min="1" value="1" max="100" label="Minimum Reads (each strand)" help="Minimum read number for each strand for including a specific flanking sequence."/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
51 <param name="min_mapped_len" type="integer" min="8" value="30" max="100" label="Minimum Mapped Length" help="Minimum length of mapping for a read to be used in determining flanking sequences. Higher values are more robust to spurious mapping. Lower values will recover more reads."/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
52 <param name="min_qual" type="integer" min="0" value="10" max="100" label="Minimum quality" help="Minimum quality value across extracted flanking sequence." />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
53 <param name="snp_profiles" type="data" format="text" label="SNP Profiles" optional="true" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
54 <param name="struct_profiles" type="data" format="text" label="Structural Variant Profiles" optional="true" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
55 <param name="include_log" type="boolean" label="Include log in output"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
56 </inputs>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
57 <outputs>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
58 <data name="summary" format="tabular" from_work_dir="output_summary.txt" label="${tool.name} on ${on_string}: summary"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
59 <data name="snps" format="vcf" from_work_dir="output.vcf" label="${tool.name} on ${on_string}: SNPs"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
60 <data name="blast" format="tabular" from_work_dir="output_blast.txt" label="${tool.name} on ${on_string}: BLAST alignment"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
61 <data name="alignment" format="bam" from_work_dir="output.bam" label="${tool.name} on ${on_string}: BWA alignment"/>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
62 <data name="log" format="text" from_work_dir="output.log" label="${tool.name} on ${on_string}: log">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
63 <filter>include_log</filter>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
64 </data>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
65 </outputs>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
66 <tests>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
67 <test>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
68 <param name="reference" value="Tn4401b-1.fasta" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
69 <conditional name="collection_paired">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
70 <param name="selector" value="paired" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
71 <param name="forward_input" value="ERR1911133_Tn4401b-1_mapped_subsampled_1.fastq" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
72 <param name="reverse_input" value="ERR1911133_Tn4401b-1_mapped_subsampled_2.fastq" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
73 </conditional>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
74 <output name="summary" file="output_summary_1.txt" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
75 </test>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
76 <test>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
77 <param name="reference" value="Tn4401b-1.fasta" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
78 <conditional name="collection_paired">
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
79 <param name="selector" value="paired" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
80 <param name="forward_input" value="ERR1911133_Tn4401b-1_mapped_subsampled_1.fastq" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
81 <param name="reverse_input" value="ERR1911133_Tn4401b-1_mapped_subsampled_2.fastq" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
82 </conditional>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
83 <param name="snp_profiles" value="Tn4401b_snp_profiles.txt" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
84 <param name="struct_profiles" value="Tn4401b_struct_profiles.txt" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
85 <output name="summary" file="output_summary_2.txt" />
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
86 </test>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
87 </tests>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
88 <help>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
89 <![CDATA[
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
90 **What it does**
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
91
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
92 TETyper is designed for typing a specific transposable element (TE) of interest from paired-end sequencing data. It determines single nucleotide variants (SNVs) and deletions within the TE, as well as flanking sequences surrounding the TE.
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
93
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
94 **Input**
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
95
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
96 **SNP Profiles**: A tab-delimited file with the following columns:
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
97
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
98 1. Profile ID
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
99 2. Homozygous SNPs
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
100 3. Heterozygous SNPs
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
101
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
102 SNPs are represented in the format [REF][POSITION][ALT], and separated by pipe (`|`) characters. SNPs should be ordered by position. Valid alt-bases for heterozygous SNPs are: `M,R,W,S,Y,K`
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
103
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
104 For example:
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
105
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
106 ::
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
107
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
108 1 none none
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
109 2 C8015T none
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
110 3 C8015T|T9621C none
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
111 4 T7199A|C8015T|T9621C none
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
112 6 C7509G|T7917G none
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
113 N2 none C8015Y
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
114 N4 none A5178R
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
115 N5 none C8015Y|T9663Y
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
116
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
117 **Structural Variant Profiles**: A tab-delimited file with the following columns:
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
118
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
119 1. Profile ID
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
120 2. Structural Variants
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
121
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
122 Structural Variants are represented in the format [START-POSITION]-[END-POSITION], and separated by pipe (`|`) characters.
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
123
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
124 For example:
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
125
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
126 ::
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
127
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
128 Tn4401b none
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
129 Tn4401a 7020-7118
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
130 Tn4401h 6919-7106
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
131 Tn4401_truncC 1-7127|9198-10006
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
132
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
133 **Output**
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
134
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
135 TETyper will produce a tab-seperated output file with the following outputs:
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
136
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
137 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
138 | Column | Description |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
139 +==========================+==================================================================================================================================================================================================================================================+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
140 | Deletions | A list of sequence ranges corresponding to regions of the reference classified as deletions for this sample, or "none" for no deletions. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
141 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
142 | Structural_variant | If --struct_profiles is specified and the pattern of deletions above corresponds to one of these profiles, then the profile name is given, otherwise "unknown". |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
143 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
144 | SNPs_homozygous | A list of homozygous SNPs identified, or "none". |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
145 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
146 | SNPs_heterozygous | A list of heterozygous SNPs identified, or "none". |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
147 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
148 | Heterozygous_SNP_counts | For each heterozygous SNP, the number of reads supporting the reference and alternative calls, or "none" if there are no heterozygous SNPs. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
149 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
150 | SNP_variant | If --snp_profiles is specified and the pattern of homozygous and heterozygous SNPs corresponds to one of these profiles, then the profile name is given. Otherwise "unknown". |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
151 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
152 | Combined_variant | Single name combining Structural_variant and SNP_variant, separated by "-". |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
153 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
154 | Left_flanks | A list of distinct sequences passing quality filters that flank the start position of the reference. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
155 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
156 | Right_flanks | A list of distinct sequences passing quality filters that flank the end position of the reference. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
157 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
158 | Left_flank_counts | The number of high quality reads supporting each of the left flanking sequences. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
159 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
160 | Right_flank_counts | The number of high quality reads supporting each of the right flanking sequences. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
161 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
162 | X_Y_presence | If --show_region is specified as --show_region X-Y, this column shows 1 if the entirety of that region is classified as present (i.e. no overlap with deleted regions), or 0 otherwise. If --show_region is unspecified, this column is omitted. |
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
163 +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
164
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
165 ]]>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
166 </help>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
167 <citations>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
168 <citation type="doi">10.1099/mgen.0.000232</citation>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
169 </citations>
8bc80c2a15b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit ee0a9acc788f8c313bb9fd91a42c6f9c66ac5bef"
iuc
parents:
diff changeset
170 </tool>