Skip to content
Snippets Groups Projects
trio_whole_exome_config.sh 661 B
Newer Older
ameyner2's avatar
ameyner2 committed
#!/usr/bin/bash
#
# Basic configuration options for trio WES pipeline
#

# primary locations
BASE=/home/u035/u035/shared
SCRIPTS=$BASE/scripts
DOWNLOAD_DIR=$BASE/data
OUTPUT_DIR=$BASE/results
ameyner2's avatar
ameyner2 committed

# resource locations
BCBIO_TEMPLATE=$SCRIPTS/trio_whole_exome_bcbio_template.yaml
TARGET=$BASE/resources/exome_targets/Twist_Exome_RefSeq_targets_hg38.plus15bp.bed
REFERENCE_GENOME=$BASE/software/bcbio/genomes/Hsapiens/hg38/seq/hg38.fa
ameyner2's avatar
ameyner2 committed

# temporary working files
PARAMS_DIR=$BASE/analysis/params
READS_DIR=$BASE/analysis/reads
CONFIG_DIR=$BASE/analysis/config
WORK_DIR=$BASE/analysis/work
LOGS_DIR=$BASE/analysis/logs
export PATH=$BASE/software/bcbio/tools/bin:$PATH