Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 577 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 577 Bytes

README

This repository contains a template for creating either Assay or Project. For more info please read out RDM guidelines.

Creating Assay

module load miniconda/latest
source activate brickman

cd /home/$USER/Brickman/assays
cruft create https://github.com/brickmanlab/ngs-template --directory="assay"

Creating Project

module load miniconda/latest
source activate brickman

cd /home/$USER/Brickman/projects
cruft create https://github.com/brickmanlab/ngs-template --directory="project"