annotate makeTagDirectory.xml @ 2:7268cbc535e5 draft

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