Mercurial > repos > kevyin > homer
view makeTagDirectory.xml @ 4:74c1fc7bb164 draft
display tag directories with html
author | kevyin |
---|---|
date | Tue, 27 Nov 2012 02:34:33 -0500 |
parents | |
children |
line wrap: on
line source
<tool id="homer_makeTagDirectory" name="homer_makeTagDirectory" version="1.0.0"> <requirements> <requirement type="package" >homer</requirement> </requirements> <description>Simple wrapper for makeTagDirectory. Used by findPeaks</description> <!--<version_command></version_command>--> <command interpreter="python">makeTagDirectory.py ${tagDir.files_path} #for $alignF in $alignmentFiles $alignF.file -f $alignF.file.ext #end for -o $tagDir 2> $out_log || echo "Error running homer_makeTagDirectory." >&2 </command> <inputs> <param name="title" label="Name for the output tag directory" type="text" default="Homer TagDirectory" /> <repeat name="alignmentFiles" title="Alignment Files"> <param name="file" label="Add file" type="data" format="sam,bed" /> </repeat> </inputs> <outputs> <!--<data format="homerTagDirectory" name="tagDir" label="${title} tag directory" />--> <data format="html" name="tagDir" label="${title} tag directory" /> <data format="txt" name="out_log" label="${title}.log" /> <!--<data format="html" name="html_outfile" label="index" />--> <!--<data format="html" hidden="True" name="html_outfile" label="index.html" />--> </outputs> <tests> <!--<test>--> <!--<param name="input_file" value="extract_genomic_dna.fa" />--> <!--<output name="html_file" file="sample_output.html" ftype="html" />--> <!--</test>--> </tests> <help> .. class:: infomark After the job finishes, save the zip file, unzip and open "index.html" The actual meme-chip command is displayed under "Command line summary" Defaults: http://meme.nbcr.net/meme/doc/meme-chip.html </help> </tool>