Skip to content

at-cg/billi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billi

Billi is a tool developed to identify bubbles in pangenome graphs or assembly graphs that use the bidirected graph or GFA representation. Refer to our preprint for details.

Installation

git clone https://github.com/at-cg/billi.git
cd billi
make 

Usage

./billi decompose -i inputgraph.gfa > out.txt 

Check here to see the command-line options. The output format is similar to pangene, but we only report the entrance edges along with the direction of traversal. The lines beginning with P denote panbubbles and the ones beginning with H denote hairpins.

Try Billi on small graph

./billi decompose -i test/gfa_files/t2-1.gfa > out.txt


Bandage visualisation of t2-1 test graph

The graph contains two nested bubbles. Expect the following output:

P <s6 <s4
P >s1 >s3

See the test folder for other test cases.

Preprint