This repository contains a template for creating either Assay
or Project
.
For more info please read out RDM guidelines.
module load miniconda/latest
source activate brickman
cd /home/$USER/Brickman/assays
cruft create https://github.com/brickmanlab/ngs-template --directory="assay"
module load miniconda/latest
source activate brickman
cd /home/$USER/Brickman/projects
cruft create https://github.com/brickmanlab/ngs-template --directory="project"