From 996eb9f63c7d7bfdf4de3bcabe92786b3e103ec2 Mon Sep 17 00:00:00 2001 From: Bart Charbon Date: Tue, 30 Jun 2020 14:36:50 +0200 Subject: [PATCH] Replace absolute path with relative path --- CAPICE_example/pipeline_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CAPICE_example/pipeline_example.sh b/CAPICE_example/pipeline_example.sh index 097e58b3..5b3b3ffc 100644 --- a/CAPICE_example/pipeline_example.sh +++ b/CAPICE_example/pipeline_example.sh @@ -8,7 +8,7 @@ log_path=$5 CADD.sh -a -g GRCh37 -o ${cadd_annotated_path}.gz $input_path -python /groups/umcg-gcc/tmp04/umcg-sli/variant_prioritization/CLI/commands_scripts/model_inference.py \ +python ../CAPICE_scripts/model_inference.py \ --input_path $cadd_annotated_path \ --model_path $model_path \ --prediction_savepath $prediction_savepath \