comparison chipsequtil/map_to_known_genes.xml @ 10:a92644537c7d draft

Uploaded
author alenail
date Mon, 04 Apr 2016 15:05:42 -0400
parents a30aa2806375
children
comparison
equal deleted inserted replaced
9:1c6c8591f760 10:a92644537c7d
8 <requirement type="package" version="1.0">chipsequtil</requirement> 8 <requirement type="package" version="1.0">chipsequtil</requirement>
9 </requirements> 9 </requirements>
10 <command interpreter="python"> 10 <command interpreter="python">
11 map_to_known_genes.py 11 map_to_known_genes.py
12 $tss 12 $tss
13 --peaks-format=$peaks_fmt
13 --upstream-window=$upst_win 14 --upstream-window=$upst_win
14 --downstream-window=$dnst_win 15 --downstream-window=$dnst_win
15 --map-output=$peaksOutput 16 --map-output="$peaksOutput"
16 --peaks-format=$peaks_fmt
17 $detail 17 $detail
18 $intergenic 18 $intergenic
19 $knownGeneFile $knownGeneRef $macsPeaksFile 19 $knownGeneFile $knownGeneRef $macsPeaksFile
20 20
21 </command> 21 </command>
36 36
37 <param name="detail" checked="true" label="Append the following fields to each row: peak loc, dist from feature, map type, map subtype" type="boolean" truevalue="--detail" falsevalue="" help="" /> 37 <param name="detail" checked="true" label="Append the following fields to each row: peak loc, dist from feature, map type, map subtype" type="boolean" truevalue="--detail" falsevalue="" help="" />
38 <param name="intergenic" checked="false" label="Write intergenic peaks to the gene file as well with None as gene ID" type="boolean" truevalue="--intergenic" falsevalue="" help="" /> 38 <param name="intergenic" checked="false" label="Write intergenic peaks to the gene file as well with None as gene ID" type="boolean" truevalue="--intergenic" falsevalue="" help="" />
39 </inputs> 39 </inputs>
40 <outputs> 40 <outputs>
41 <data format="txt" hidden="false" name="peaksOutput"/> 41 <data name="peaksOutput" format="txt" hidden="false" />
42 </outputs> 42 </outputs>
43 <help></help> 43 <help></help>
44 </tool> 44 </tool>