Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.47 KB

File metadata and controls

69 lines (50 loc) · 1.47 KB

graphk_final_logo

GraphK-LR : Long-reads metagenomic bin refiner

Dependencies

A possible conda environment to work

For a system with CUDA:

conda env create -f environment.yml 

For a system with only CPU:

conda env create -f env_cpu.yml 

Downloading the tool

To download GraphK-LR, you have to clone the GraphK-LR repository to your machine.

git clone https://github.com/NethmiRanasinghe/GraphK-LR.git

Compiling the source code

  • Build the binaries
cd GraphK-LR
sh build.sh

Test run data

Download dataset from here;

python main.py -r <path to fastq file> -i <path to initial tool results .txt file> -o <path to output folder> --resume

Parameters

Available Commands

Use the -h argument to list all the available commands.