Downstream analysis after using sunbeam pipeline.
bash install.sh
To updated the requirements file (after installing some new package):
conda list --name sunbeam_neutrino --explicit > requirements.txt
cd sunbeam_neutrino
bash tests/test.sh /path/to/test/dir
unset PYTHONHOME
unset PYTHONPATH
source activate sunbeam
snakemake -j XX --configfile config_neutrino.yml --cluster-config configs/cluster.json -w 90 --notemp -p \
-c "qsub -cwd -r n -V -l h_vmem={cluster.h_vmem} -l m_mem_free={cluster.m_mem_free} -pe smp {threads}"