# HG changeset patch # User eiriche # Date 1354521169 18000 # Node ID 781b796c6b9c1ca006677dc879c539a1355371ea # Parent 549ff234f35e9fa23337caeb700dd8962aa39d08 Uploaded diff -r 549ff234f35e -r 781b796c6b9c parsewig.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parsewig.xml Mon Dec 03 02:52:49 2012 -0500 @@ -0,0 +1,67 @@ + + + parsewig.sh + input=$input + extract=$extract + #if str($selectContext.context) == "yes": + context="$selectContext.cpg,$selectContext.chg,$selectContext.chh" + #end if + depth=$depth + cov_out=$coverage + meth_out=$methylation + + + + + + + + + + + + + + + + + + + + + + + + + + (extract == 'm' or extract == 'b' ) + + + (extract == 'c' or extract == 'b' ) + + + + +**What it does** + +This is a parser for the output files coming from "Bismark Methylation Caller" or "BSMAP Methylation Caller". The data is parsed into WIGGLE format. + +Other options: + - define context of cytosines should be reported (CpG, CHG, CHH) + - define the minimum sequencing depth (coverage) of cytosines should be reported + +**Output format** + +You get one file for methylation and/or coverage (depending on what you choose under "Which files should be etracted?"). + +The output has the following columns:: + + Column Description + ------ -------------------------------------------------------- + 1 cytosine position + 2 methylation state (in %) / coverage + (positive value for plus strand / negative value for minus strand) + + + +