dmcblab / InfoGenomeR

9 stars 6 forks source link

InfoGenomeR

Snakemake install

Conda environment setting

snakemake --core all --use-conda InfoGenomeR_env

Dataset download

snakemake --cores all --use-conda InfoGenomeR_download

InfoGenomeR workflow

Take a low coverage example (~50G). Check the example is working, and then replace example files with yours.

snakemake --core all --use-conda InfoGenomeR_example_download

Make a workspace

# go to the InfoGenomeR repository.
cd ${InfoGenomeR_repo}

# make a workspace directory
workspace_dir=InfoGenomeR_workspace1
mkdir -p ${workspace_dir}

# link the reference in the workspace directory
ln -s ${PWD}/humandb/ref ${workspace_dir}/ref

Starting from fastq

Take the low coverage example in examples/fastq

Inputs should be located in the workspace