annotate makeTagDirectory.xml @ 8:a28abb0c325e draft

Uploaded
author kevyin
date Thu, 13 Dec 2012 23:53:23 -0500
parents 74c1fc7bb164
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
1 <tool id="homer_makeTagDirectory" name="homer_makeTagDirectory" version="1.0.0">
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
2 <requirements>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
3 <requirement type="package" >homer</requirement>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
4 </requirements>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
5 <description>Simple wrapper for makeTagDirectory. Used by findPeaks</description>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
6 <!--<version_command></version_command>-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
7 <command interpreter="python">makeTagDirectory.py ${tagDir.files_path}
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
8 #for $alignF in $alignmentFiles
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
9 $alignF.file -f $alignF.file.ext
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
10 #end for
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
11 -o $tagDir
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
12 2&gt; $out_log || echo "Error running homer_makeTagDirectory." >&amp;2
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
13
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
14 </command>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
15 <inputs>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
16 <param name="title" label="Name for the output tag directory" type="text" default="Homer TagDirectory" />
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
17 <repeat name="alignmentFiles" title="Alignment Files">
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
18 <param name="file" label="Add file" type="data" format="sam,bed" />
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
19 </repeat>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
20 </inputs>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
21 <outputs>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
22 <!--<data format="homerTagDirectory" name="tagDir" label="${title} tag directory" />-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
23 <data format="html" name="tagDir" label="${title} tag directory" />
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
24 <data format="txt" name="out_log" label="${title}.log" />
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
25 <!--<data format="html" name="html_outfile" label="index" />-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
26 <!--<data format="html" hidden="True" name="html_outfile" label="index.html" />-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
27 </outputs>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
28
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
29
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
30 <tests>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
31 <!--<test>-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
32 <!--<param name="input_file" value="extract_genomic_dna.fa" />-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
33 <!--<output name="html_file" file="sample_output.html" ftype="html" />-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
34 <!--</test>-->
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
35 </tests>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
36
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
37 <help>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
38
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
39 .. class:: infomark
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
40
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
41 After the job finishes, save the zip file, unzip and open "index.html"
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
42
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
43 The actual meme-chip command is displayed under "Command line summary"
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
44
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
45 Defaults:
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
46 http://meme.nbcr.net/meme/doc/meme-chip.html
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
47
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
48 </help>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
49 </tool>
74c1fc7bb164 display tag directories with html
kevyin
parents:
diff changeset
50