Skip to content

Commit

Permalink
Merge pull request #42 from molgenis/feat/cadd-perf
Browse files Browse the repository at this point in the history
Fix #38 Skip precomputed CADD scores for CAPICE
  • Loading branch information
svandenhoek authored Sep 15, 2020
2 parents 2f39b9f + e780a03 commit a4086eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_annotate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4086eb

Please sign in to comment.