annotate compute_motif_frequencies_for_all_motifs.xml @ 1:5319efa51514 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/compute_motif_frequencies_for_all_motifs commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:07:34 -0500
parents acc3dc5d26e3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
1 <tool id="compute_motif_frequencies_for_all_motifs" name="Compute Motif Frequencies For All Motifs" version="1.0.0">
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
2 <description>motif by motif</description>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
3
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
4 <command interpreter="perl">
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
5 compute_motif_frequencies_for_all_motifs.pl $inputFile1 $inputFile2 $inputWindowSize3 $outputFile1
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
6 </command>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
7
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
8 <inputs>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
9 <param format="tabular" name="inputFile1" type="data" label="Select the motifs file"/>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
10 <param format="tabular" name="inputFile2" type="data" label="Select the indel flanking sequences windows file"/>
1
5319efa51514 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/compute_motif_frequencies_for_all_motifs commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
11 <param type="integer" name="inputWindowSize3" value="0" label="What is the number of 10bp windows in which the motif frequencies will be computed?" help="'0' = one window only"/>
0
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
12 </inputs>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
13
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
14 <outputs>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
15 <data format="tabular" name="outputFile1"/>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
16 </outputs>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
17
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
18 <tests>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
19 <test>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
20 <param name="inputFile1" value="motifs2.tabular" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
21 <param name="inputFile2" value="flankingSequencesWindows10_2.tabular" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
22 <param name="inputWindowSize3" value="0" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
23 <output name="outputFile1" file="motifFrequencies_every_indels0.tabular" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
24 </test>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
25
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
26 <test>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
27 <param name="inputFile1" value="motifs2.tabular" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
28 <param name="inputFile2" value="flankingSequencesWindows10_2.tabular" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
29 <param name="inputWindowSize3" value="4" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
30 <output name="outputFile1" file="motifFrequencies_every_indels4.tabular" />
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
31 </test>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
32 </tests>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
33
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
34 <help>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
35
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
36 .. class:: infomark
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
37
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
38 **What it does**
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
39
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
40 This program computes the frequencies of each motif at a window size, determined by the user, in both upstream and downstream sequences flanking indels in all chromosomes.
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
41
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
42 - The first input is a TABULAR format file containing the motif names and sequences, one line per motif, such that the file consists of two columns:
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
43
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
44 - The left column represents the motif names
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
45 - The right column represents the motif sequence, as follows::
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
46
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
47 dnaPolPauseFrameshift1 GAG
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
48 dnaPolPauseFrameshift2 ACG
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
49 xSites1 CCG
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
50
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
51 - The second input is a TABULAR format file representing the windows of both upstream and downstream flanking sequences. It consists of multiple left columns representing the windows of the upstream flanking sequences, followed by one column representing the indels, then followed by multiple right columns representing the windows of the downstream flanking sequences, as follows::
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
52
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
53 cgaggtcagg agatcgagac catcctggct aacatggtga aatcccgtct ctactaaaaa indel aaatttatat ttataaacaa ttttaataca cctatgttta ttatacattt
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
54 GCCAGTTTAT GGTCTAACAA GGAGAGAAAC AGGGGGCTGA AGGGGTTTCT TAACCTCCAG indel TTCCGGGCTC TGTCCCTAAC CCCCAGCTAG GTAAGTGGCA AAGCACTTCT
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
55 CAGTGGGACC AAGCACTGAA CCACTTTGGG GAGAATCTCA CACTGGGGCC CTCTGACACC indel tatatatttt tttttttttt tttttttttt tttttttttg agatggtgtc
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
56 AGAGCAGCAG CACCCACTTT TGCAGTGTGT GACGTTGGTG GAGCCATCGA AGTCTGTGCT indel GAGCCCTCCC CAGTGCTCCG AGGAGCTGCT GTTCCCCCTG GAGCTCAGAA
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
57
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
58 - The third input is an integer number representing the number of windows to be considered starting from the indel and leftward for the upstream flanking sequence and, starting from the indel and rightward for the downstream flanking sequence.
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
59
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
60 - The output is a TABULAR format file consisting of three columns:
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
61
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
62 - The left column represents the motif name
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
63 - The middle column represents the motif frequency in the specified windows of the upstream sequence flanking an indel
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
64 - The right column represents the motif frequency in the specified windows of the downstream sequence flanking an indel
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
65
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
66 There is line per indel in the output file, such that the total number of lines in the output file = number of motifs x number of indels.
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
67
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
68 Note: The number of windows entered by the user must be a positive integer >= 1. if negative integer or 0 is entered by the user, the program will consider it as 1.
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
69
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
70 </help>
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
71
acc3dc5d26e3 Uploaded tool tarball.
devteam
parents:
diff changeset
72 </tool>