项目作者: henryjuho

项目描述 :
A package for handling whole genome alignments by Pádraic Corcoran and Henry Barton
高级语言: Python
项目地址: git://github.com/henryjuho/WGAbed.git
创建时间: 2016-09-20T13:38:24Z
项目社区:https://github.com/henryjuho/WGAbed

开源协议:

下载


WGAbed - a package for handling whole genome alignments

About

This packages handles the conversion of a whole genome alignment file
in MAF format to a reference ordered BED format containing all the
information in the MAF file but in a more accessible format. This
repository contains scripts for creating a ‘whole genome alignment BED’ or
‘WGAbed’ file as well as scripts for downstream manipulation of the file.

The package was conceived and implemented by Pádraic Corcoran
(https://github.com/padraicc), with additions and later implemented scripts
by Henry Barton (https://github.com/henryjuho).

Documentation

Documentation for the package can be found at: https://henryjuho.github.io/WGAbed.

Running

The package requires the pysam module: http://pysam.readthedocs.io/en/latest/index.html.

To obtain the package code issue:

  1. git clone https://github.com/henryjuho/WGAbed.git