# HG changeset patch # User eiriche # Date 1354284906 18000 # Node ID 2fb3be685c1705f3bb57ccc6da88be9e04919896 # Parent c01ef10d055c72dacd495c1d00b8e20ef39bc18d Uploaded diff -r c01ef10d055c -r 2fb3be685c17 bsmap_meth_caller.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bsmap_meth_caller.xml Fri Nov 30 09:15:06 2012 -0500 @@ -0,0 +1,82 @@ + + + + bsmap + + + + + samtools + + + + bsmap_meth_caller.sh + input=$bsmap_sam + unique=$unique + properly=$properly + zero_meth = $zero_meth + rem_dup = $rem_dup + combine_cpg = $combine_cpg + trimN = $trimN + depth = $depth + output=$output + tempdir=$output.files_path + #if $refGenomeSource.genomeSource == "history": + ref="${refGenomeSource.myFile}" + #else + ref="${refGenomeSource.builtinFile.fields.path}" + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This methylation caller parses the BSMAP SAM output file into bed format. + + +**Output format** :: + + + Column Description + ---------------------- -------------------------------------- + 1 chr chromosome + 2 pos position + 3 strand strand + 4 context context (CHH,CHG,CpG) + 5 coverage totally sequenced Cs at that position + 6 methylated methylated Cs at that position + 7 percentage methylated percentage of 6 + + +