metagentools / gbintk

🌟🧬 GraphBin-Tk: assembly graph-based metagenomic binning toolkit
https://gbintk.readthedocs.io/en/latest/
GNU General Public License v3.0
8 stars 5 forks source link

TST: check that visualising works #6

Closed Vini2 closed 1 week ago

Vini2 commented 1 month ago

Look into using pillow to

File name: test_visualise.py Function name: test_generate_images

Inputs: file names in the tests/data/5G_metaSPAdes directory.

How to invoke:

gbintk visualise --assembler spades --initial {initial} --final {final} --graph {graph} --contigs {contigs} --paths {paths} --imgtype {imgtype} --output {outpath}
rmcar17 commented 2 weeks ago

Hey @Vini2, I'll be happy to give this a go!