Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.04 KB

usage.rst

File metadata and controls

35 lines (23 loc) · 1.04 KB

Usage

Starting usage

To run pyGenomeTracks a configuration file describing the tracks is required.

In a configuration file, each track is defined as a block of parameters starting with its name [track name] and continues with the parameters for that track such as the file location, its title, height, color etc.

The tracks are then plotted in the order of the configuration file from top to bottom.

The easiest way to create this file is using the program make_tracks_file which creates a configuration file with defaults that can be easily changed. make_tracks_file uses the file ending to guess the file type. Then, a region can be plotted using pyGenomeTracks. Both programs are described below:

make_tracks_file

pyGenomeTracks