From 62ccec968b92601fb3832f7d0f77d0f38d29c7f6 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Sat, 25 Jan 2020 20:04:10 -0500 Subject: [PATCH] fix --- downloads-generation/data_evaluation/GENERATE.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/downloads-generation/data_evaluation/GENERATE.sh b/downloads-generation/data_evaluation/GENERATE.sh index 9a8c336e..c2040ff3 100755 --- a/downloads-generation/data_evaluation/GENERATE.sh +++ b/downloads-generation/data_evaluation/GENERATE.sh @@ -127,7 +127,6 @@ if [ "$2" == "continue-incomplete" ] && [ -f "benchmark.multiallelic.predictions then echo "Reusing existing multiallelic predictions" else - cp $SCRIPT_DIR/predict.py . time mhcflurry-predict \ benchmark.multiallelic.csv.bz2 \ --allele-column hla \ -- GitLab