0
|
1 <tool id="pieplots_macs" name="Pieplots MACS" version="0.1">
|
|
2 <description>
|
|
3 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.
|
|
4 </description>
|
|
5 <parallelism method="basic"></parallelism>
|
|
6 <requirements>
|
4
|
7 <requirement type="package" version="0.14.1">pandas</requirement>
|
0
|
8 <requirement type="package" version="1.4">matplotlib</requirement>
|
|
9 </requirements>
|
|
10 <command interpreter="python">
|
|
11 pieplots_macs.py --genefile $genefile --peakfile $peakfile $MACS --outfile $out
|
|
12 </command>
|
|
13 <inputs>
|
|
14 <param name="genefile" type="data" label="Gene file (map_peaks_to_genes)" help="" optional="false" />
|
|
15 <param name="peakfile" type="data" label="Peaks file (narrowpeaks)" help="" optional="false" />
|
|
16 <param name="MACS" checked="false" label="Set this value if you have MACS peaks" type="boolean" truevalue="--MACS" falsevalue="" help="" />
|
|
17 </inputs>
|
|
18 <outputs>
|
|
19 <data name="out" format="pdf" hidden="false" />
|
|
20 </outputs>
|
6
|
21 <help></help>
|
0
|
22 </tool>
|