Skip to content

hsu-binfo/GRAde

Repository files navigation

GRAde

A GRA detection pipeline

Clone GRAde via Git Large File Storage (LFS)

Install Git Large File Storage: https://git-lfs.github.com/

sudo apt-get install git-lfs 
# or install with conda
conda install -c conda-forge git-lfs

Clone this repository

git clone https://github.com/hsu-binfo/GRAde.git

Install GRAde via miniconda

If you have miniconda or anaconda installed, you can skip this step.
Install miniconda: https://conda.io/projects/conda/en/latest/user-guide/install/index.html

Install GRAde dependencies with the following command

cd GRAde
conda env create -n GRAde --file environment.yml
conda activate GRAde

Done!

Test your installation

python GRAdetection.py 

Usage

python GRAdetection.py --fastq example/example1.fastq.gz --outdir /path/to/output/dir/ --samplename GRAtesting



July 2020

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published