annotate temp.xml @ 17:e7d3dc3e0ec9 draft

planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
author portiahollyoak
date Wed, 15 Jun 2016 10:30:06 -0400
parents c613f8c96e6d
children e198b686bfe4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
1 <tool id ="run_TEMP" name="TEMP" version="0.2.0">
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
2 <description></description>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
3 <requirements>
10
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
4 <!-- The following are classical toolshed packages and should be removed
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
5 once conda is deemed stable-->
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
6 <requirement type="package" version="1.6.922">bioperl</requirement>
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
7 <requirement type="package" version="0.7.12">bwa</requirement>
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
8 <requirement type="package" version="2.24">bedtools</requirement>
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
9 <!-- end of toolshed package definitions -->
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
10 <requirement type="package" version="1.6.924">perl-bioperl</requirement>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
11 <requirement type="package" version="0.7.13">bwa</requirement>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
12 <requirement type="package" version="2.25.0">bedtools</requirement>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
13 <requirement type="package" version="324">ucsc-twobittofa</requirement>
10
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
14 <requirement type="package" version="0.1.19">samtools</requirement>
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
15 </requirements>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
16 <stdio>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
17 <exit_code range="1:" />
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
18 </stdio>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
19 <command><![CDATA[
8
f60f60cf4a34 planemo upload for repository https://github.com/portiahollyoak/Tools commit 2bc118a40da59fc3a2b8ee9ed04152c8effff94f
portiahollyoak
parents: 7
diff changeset
20 ln -f -s "$alignment.metadata.bam_index" alignment.sorted.bam.bai &&
f60f60cf4a34 planemo upload for repository https://github.com/portiahollyoak/Tools commit 2bc118a40da59fc3a2b8ee9ed04152c8effff94f
portiahollyoak
parents: 7
diff changeset
21 ln -f -s "$alignment" alignment.sorted.bam &&
15
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
22 bash $__tool_directory__/scripts/TEMP_Insertion.sh
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
23 -x "$minimum_score_difference"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
24 -i alignment.sorted.bam
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
25 -s $__tool_directory__/scripts
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
26 -r "$consensus_te_seqs"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
27 -t "$te_locations"
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
28 #if $te_families:
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
29 -u "$te_families"
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
30 #end if
15
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
31 -m "$mismatches"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
32 -f "$median_insertsize"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
33 -c \${GALAXY_SLOTS:-2} &&
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
34 bash $__tool_directory__/scripts/TEMP_Absence.sh
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
35 -x "$minimum_score_difference"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
36 -i alignment.sorted.bam
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
37 -s $__tool_directory__/scripts
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
38 -r "$te_locations"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
39 -t "$reference2bit"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
40 -f "$median_insertsize"
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
41 -c \${GALAXY_SLOTS:-2} &&
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
42 zip archive.zip *insertion* *excision* *absence* && mv archive.zip $archive &&
8
f60f60cf4a34 planemo upload for repository https://github.com/portiahollyoak/Tools commit 2bc118a40da59fc3a2b8ee9ed04152c8effff94f
portiahollyoak
parents: 7
diff changeset
43 mv alignment.insertion.refined.bp.summary $insertion_summary &&
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
44 mv alignment.absence.refined.bp.summary $absence_summary
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
45 ]]></command>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
46 <inputs>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
47 <param format="bam" name="alignment" type="data" label="Alignment bam file"/>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
48 <param format="twobit" name="reference2bit" type="data" label="Reference twobit file"/>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
49 <param format="fasta" name="consensus_te_seqs" type="data" label="Consensus TE Seqs fasta file"/>
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
50 <param format="bed" name="te_locations" type="data" label="TE Annotations bed file"/>
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
51 <param format="tabular" name="te_families" type="data" optional="True" label="TE Identifiers and Families"/>
15
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
52 <param name="median_insertsize" value="" type="integer" label="Median Insert Length"/>
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
53 <param name="mismatches" min="0" max="5" type="integer" value="3" label="Allow this many mismatches when aligning to TEs"/>
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
54 <param name="minimum_score_difference" type="integer" min="10" max="37" value="30" label="Minimum difference between mapping scores"/>
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
55 </inputs>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
56 <outputs>
16
c613f8c96e6d planemo upload for repository https://github.com/portiahollyoak/Tools commit c734ef937d8ed788fded64ed8455e7fc7b89278c
portiahollyoak
parents: 15
diff changeset
57 <data format="bed" type="data" name="insertion_summary" label="${alignment.element_identifier} Insertions" />
c613f8c96e6d planemo upload for repository https://github.com/portiahollyoak/Tools commit c734ef937d8ed788fded64ed8455e7fc7b89278c
portiahollyoak
parents: 15
diff changeset
58 <data format="bed" type="data" name="absence_summary" label="${alignment.element_identifier} Absences" />
13
72156de89c7a planemo upload for repository https://github.com/portiahollyoak/Tools commit 65ddf081d2f1a76bc4d6d91f01ab72667b9e1549
portiahollyoak
parents: 12
diff changeset
59 <data format="zip" type="data" name="archive" label="${alignment.element_identifier} Compressed output files" />
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
60 </outputs>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
61 <tests>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
62 <test>
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
63 <param name="alignment" value="chr2l_bwa_mem.bam" ftype="bam"/>
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
64 <param name="reference2bit" value="dm6_chr2l.twobit" ftype="twobit"/>
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
65 <param name="consensus_te_seqs" value="test_consensus.fa" ftype="fasta"/>
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
66 <param name="te_locations" value="test_TE_annotation.gff3" ftype="bed"/>
15
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
67 <param name="median_insertsize" value="500" ftype="integer"/>
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
68 <output name="insertion_summary" file="test_chromosome.insertion.refined.bp.summary" ftype="bed"/>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
69 <output name="absence_summary" file="test_chromosome.absence.refined.bp.summary" ftype="bed"/>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
70 </test>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
71 </tests>
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
72 <help> <![CDATA[
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
73
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
74
15
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
75 TEMP
65ae84fc6689 planemo upload for repository https://github.com/portiahollyoak/Tools commit 7e0a7a19ee51f12bdcdfe84f3de67530a8990de9
portiahollyoak
parents: 14
diff changeset
76 -------------
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
77 TEMP is a software package for detecting transposable elements (TEs) insertions and absences from pooled high-throughput sequencing data
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
78
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
79 Current version v1.04
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
80
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
81 Author: Jiali Zhuang (jiali.zhuang@umassmed.edu) and Jie Wang (jie.wangj@umassmed.edu) Weng Lab, University of Massachusetts Medical School, Worcester, MA, USA
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
82
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
83 *Input files/variables*
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
84 -------------------------
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
85 * Alignment file in BAM format
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
86 * Reference genome used in aligning, in fasta or twobit format.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
87 * Transposable Elements' Consensus Sequences in fasta format.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
88 * Annotations of TEs in reference genome in bed format.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
89 * TE Identifiers and Families (optional) - A file containing in the first column the TE names/identifiers from the consensus sequences file, and in the second column, their respective TE family names as in the TE annotations file. When supplied, if a detected insertion overlaps with an annotated TE of the same family, the detected insertion will be excluded from the results.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
90 * Median Insert Length
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
91 * Number of Mismatches allowed (default 3)
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
92 * Minimum difference between mapping scores. The minimum difference in scores between the optimal and suboptimal alignments to consider a read uniquely mapped.
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
93
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
94 *Output files*
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
95 -----------------
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
96 * **In the Insertions output file there are 14 columns:**
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
97 * Column 1: The chromosome where the detected insertion happens.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
98 * Column 2: The coordinate of the start position of the detected insertion.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
99 * Column 3: The coordinate of the end position of the detected insertion.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
100 * Column 4: The TE family that the detected insertion belongs to.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
101 * Column 5: The direction of the insertion. “Plus” means that the TE is integrated with the plus strand of the genome while “minus” means the TE is integrated with the minus strand.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
102 * Column 6: The class of the insertion. “1p1” means that the detected insertion is supported by reads at both sides. “2p” means the detected insertion is supported by more than 1 read at only 1 side. “Singleton” means the detected insertion is supported by only 1 read at 1 side.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
103 * Column 7: The total number of read pairs that support the detected insertion.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
104 * Column 8: The estimated population frequency of the detected insertion.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
105 * Columns 9 & 10: The coordinate of a junction and the number of the reads supporting it. If the junction is not found column 9 will be the arithmetic mean of the start and end coordinates and column 10 will have the value 0.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
106 * Columns 11 & 12: Same as Columns 9 & 10 except for the junction on the other strand.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
107 * Column 13: The number of reads supporting the detected insertion at the 5’ end of the TE (not including junction spanning reads).
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
108 * Column 13: The number of reads supporting the detected insertion at the 3’ end of the TE (not including junction spanning reads).
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
109
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
110
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
111 -----
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
112
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
113
17
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
114 * **In the Absences output file there are 14 columns:**
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
115 * Column 1: The chromosome where the detected absence happens.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
116 * Column 2: The coordinate of the start position of the detected absence.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
117 * Column 3: The coordinate of the end position of the detected absence.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
118 * Column 4: The TE family that the detected insertion belongs to.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
119 * Column 5: Junctions at 5’ of the excised TE. The two numbers are the coordinates of the junctions on the two strands.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
120 * Column 6: Junctions at 3’ of the excised TE. The two numbers are the coordinates of the junctions on the two strands.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
121 * Column 7: The number of reads supporting the absence.
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
122 * Column 8: The number of reads supporting the reference (no absence).
e7d3dc3e0ec9 planemo upload for repository https://github.com/portiahollyoak/Tools commit 22724a75342e3097cd0976e4bfcfe7a19308ac4f-dirty
portiahollyoak
parents: 16
diff changeset
123 * Column 9: Estimated population frequency of the detected absence event.
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
124
0
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
125
28d1a6f8143f planemo upload for repository https://github.com/portiahollyoak/Tools commit 132bb96bba8e7aed66a102ed93b7744f36d10d37-dirty
portiahollyoak
parents:
diff changeset
126 ]]> </help>
12
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
127 <citations>
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
128 <citation type="doi">10.1093/nar/gku323</citation>
ca36262102d8 planemo upload for repository https://github.com/portiahollyoak/Tools commit 5d021f520b653582862ec98dd812a051b804aa50
portiahollyoak
parents: 11
diff changeset
129 </citations>
10
3200a0299230 planemo upload for repository https://github.com/portiahollyoak/Tools commit debe4684eaa00ffcae3c79e7581fdbe41da91d5d
portiahollyoak
parents: 9
diff changeset
130 </tool>