view chipsequtil/pieplot_macs/pieplots_macs.xml @ 23:dd504ac7bf6d draft

Uploaded
author alenail
date Wed, 13 Apr 2016 17:41:46 -0400
parents 63dace20719b
children a5df36602f21
line wrap: on
line source

<tool id="pieplots_macs" name="Pieplots MACS" version="0.1">
  <description>
    Peaks are assigned to the closest gene and then categorized according to their location at different genomic regions (promoter, intron, exon, or after the gene). Sites >10kb away from any gene are considered intergenic.
  </description>
  <parallelism method="basic"></parallelism>
  <requirements>
    <requirement type="package" version="1.2.1">matplotlib</requirement>
    <requirement type="package">pandas</requirement>
  </requirements>
  <command interpreter="python">
    pieplots_macs.py genefile $genefilepeakfile $peakfile $MACSoutfile $out
  </command>
  <inputs>
    <param name="genefile" type="data" label="Gene file (map_peaks_to_genes)" help="" optional="false" />
    <param name="peakfile" type="data" label="Peaks file (narrowpeaks)" help="" optional="false" />
    <param name="MACS" checked="false" label="Set this value if you have MACS peaks" type="boolean" truevalue="--MACS" falsevalue="" help="" />
  </inputs>
  <outputs>
    <data name="out" format="pdf" hidden="false" />
  </outputs>
  <help></help>
</tool>