annotate findPeaks.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_findPeaks" name="homer_findPeaks" version="0.0.7">
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></description>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
6 <!--<version_command></version_command>-->
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
7 <command>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
8 findPeaks $tagDir.extra_files_path $options -o $outputPeakFile
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
9
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
10 #if $control_tagDir:
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
11 -i $control_tagDir.extra_files_path
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
12 #end if
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
13
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
14 2&gt; $out_log || echo "Error running findPeaks." >&amp;2
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
15 </command>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
16 <inputs>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
17 <param format="homerTagDirectory" name="tagDir" type="data" label="tag directory" />
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
18 <param format="homerTagDirectory" name="control_tagDir" type="data" optional="True" label="Control tag directory" />
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
19 <param type="text" name="options" label="Extra options" value="" >
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
20 <sanitizer>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
21 <valid initial="string.printable">
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
22 <remove value="&apos;"/>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
23 </valid>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
24 <mapping initial="none">
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
25 <add source="&apos;" target="__sq__"/>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
26 </mapping>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
27 </sanitizer>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
28 </param>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
29 </inputs>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
30 <outputs>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
31 <!--<data format="html" name="html_outfile" label="index" />-->
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
32 <!--<data format="html" hidden="True" name="html_outfile" label="index.html" />-->
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
33 <data format="txt" name="outputPeakFile" label="${tool.name} on #echo os.path.splitext(str($tagDir.name))[0]#.txt" />
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
34 <data format="txt" name="out_log" label="${tool.name} on #echo os.path.splitext(str($tagDir.name))[0]#.log" />
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
35 </outputs>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
36 <tests>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
37 <test>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
38 <!--<param name="input_file" value="extract_genomic_dna.fa" />-->
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
39 <!--<output name="html_file" file="sample_output.html" ftype="html" />-->
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
40 </test>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
41 </tests>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
42
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
43 <help>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
44
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
45 .. class:: infomark
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
46
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
47 **Homer findPeaks**
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
48 http://biowhat.ucsd.edu/homer/ngs/peaks.html
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
49
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
50 </help>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
51 </tool>
7268cbc535e5 findpeaks and maketagdirectory
kevyin
parents:
diff changeset
52