http://www.gly.uga.edu/railsback/FieldImages.htmlMolecularMicro

PAVED- A Software suite for  the analysis of epigenome-derived next generation sequencing data

washUlogo





MAIN

INDEX


ANALYTICAL PIPELINE

CONTACT

SYSTEM REQUIREMENTS

PAVED Package  

Example Data

Convert a depth file to a tab file

The utility convertDepth2Tab converts a depth file to a tab file

Prerequisites

1) .depth file generated using  findReadDepth or  findFragmentDepth utility  in PAVED

How to run it?

Type java -jar PAVED.jar convertDepth2Tab -h to see list of parameters

convertDepth2Tab utility takes as input a .depth file and converts it into a tab delimited file

Run the utility as follows:

java -jar C:\Britta\manuscript\Analysis\PAVED.jar convertDepth2Tab -i C:\Britta\manuscript\Analysis\data\MNAse\normalizedData\MNAseRep2Chr5.depth -o C:\Britta\manuscript\Analysis\data\MNAse\normalizedDataMNAseRep2Chr5.tab


Here, "
C:\Britta\manuscript\Analysis\" is the location where the jar file is present on the local disk, -i is the input depth file and -o is the output tab delimited file