Skip to content

smondet/plawireg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plawireg: Play With The Reference Graph

This project is an experiment on representing the reference genome as a graph.

Nothing really interesting to see for now …

Build

This project uses the omake build-system, just run:

omake

Run Tests

One can generate some very small test data files:

./plawireg generate test fasta mini-reference.fasta
./plawireg generate test dbsnp mini-dbsnp.vcf

and run some stuff:

./plawireg test-load all 6 mini-reference.fasta mini-dbsnp.vcf

You can make things more verbose:

VERBOSE=true ./plawireg test-load all 6 mini-reference.fasta mini-dbsnp.vcf

Or ask for “linux-only” memory-usage stats along the way:

./plawireg test-load all 6 mini-reference.fasta mini-dbsnp.vcf memory-stats

The test dumps a out.dot file that one can observe:

dot -Tpng out.dot -O

It should give something like this:

Output as of 2015-03-06

About

Play with The Reference Graph

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages