Skip to content

zhaoc1/sunbeam_neutrino

 
 

Repository files navigation

sunbeam_neutrino

Downstream analysis after using sunbeam pipeline.

Environment setup

bash install.sh

Development

To updated the requirements file (after installing some new package):

conda list --name sunbeam_neutrino --explicit > requirements.txt

Functional testing

cd sunbeam_neutrino
bash tests/test.sh /path/to/test/dir

Run on respublica

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}"

About

Downstream analysis after using sunbeam pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • Shell 33.1%
  • R 5.2%
  • Perl 4.1%