Skip to content

jakobnissen/BinBencherBackend.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinBencherBackend

Documentation Latest Release

This package is used to benchmark and interactively explore the results of metagenomic binning given a dataset. This is the Julia backend of the command-line tool BinBencher.

Installation

  • Install Julia (ideally using Juliaup: https://github.com/JuliaLang/juliaup) or from the official website www.julialang.org
  • Use the Julia package manager to install this package: ] add BinBencherBackend

Documentation

Basic usage:

using BinBencherBackend
ref = Reference("files/ref.json")
bins = Binning("files/clusters.tsv", ref)
print_matrix(bins)

For more, see the documentation

Existing reference files

About

Library for BinBencher - metagenomic binning benchmarking tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages