Skip to content

Commit

Permalink
Merge pull request #2 from molgenis/bartcharbon-patch-1
Browse files Browse the repository at this point in the history
Replace absolute path with relative path
  • Loading branch information
dennishendriksen authored Jun 30, 2020
2 parents d8b0d5f + 996eb9f commit f049d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAPICE_example/pipeline_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f049d8b

Please sign in to comment.