diff --git a/pipeline_annotate.sh b/pipeline_annotate.sh index 5c03b2247..a2dfa3a4d 100644 --- a/pipeline_annotate.sh +++ b/pipeline_annotate.sh @@ -222,7 +222,7 @@ else # strip headers from input vcf for cadd CADD_INPUT="${CAPICE_OUTPUT_DIR}/input_headerless_$(date +%s).vcf.gz" gunzip -c $CAPICE_INPUT | sed '/^#/d' | bgzip > ${CADD_INPUT} - CADD.sh -a -g ${ASSEMBLY} -o ${CAPICE_OUTPUT_DIR}/cadd.tsv.gz ${CADD_INPUT} + CADD.sh -a -g ${ASSEMBLY} -o ${CAPICE_OUTPUT_DIR}/cadd.tsv.gz -c ${CPU_CORES} -s ${CADD_INPUT} module purge module load CAPICE