Skip to content

Latest commit

 

History

History
 
 

sciLifeLab_utils

NGI specific scripts

scilifelab_denovo, automated convenience for NGI users.

Requirements

  • Fastq sequence data in the folder structure as delivered by NGI Stockholm
  • Needs to be run on UPPMAX.
  • Python packages reportlab and click

Installation

# Assuming NouGAT has been installed
source activate DeNovoPipeline
pip install reportlab click

The commandline tool scilifelab_denovo supports customizable parameter defaults for all it's sub-commands. It attempts to read a configuration file found in the file $HOME/.nougat/scilifelab.conf.

mkdir $HOME/.nougat
cp ../config_files/scilifelab.conf $HOME/.nougat/

# Now edit the template
vim $HOME/.nougat/scilifelab.conf