Skip to content
Snippets Groups Projects
Commit bb32f489 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent c2068013
No related merge requests found
......@@ -110,7 +110,7 @@ mkdir commands
for kind in train_excluded all
do
### AFFINITY PREDICTOR VARIANT: MONOALLELIC
if [ "$2" == "continue-incomplete" ] && [ -f "benchmark.monoallelic.predictions.$kind.csv.bz2" ]
if [ "$2" == "continue-incomplete" ] && [ -f "benchmark.monoallelic.no_additional_ms.$kind.csv.bz2" ]
then
echo "Reusing existing monoallelic benchmark predictions"
else
......@@ -123,7 +123,7 @@ do
--no-affinity-percentile \
--out "$(pwd)/benchmark.monoallelic.no_additional_ms.$kind.csv" \
--no-throw >> commands/monoallelic.$kind.sh
echo bzip2 -f "$(pwd)/benchmark.monoallelic.predictions.$kind.csv" >> commands/monoallelic.$kind.sh
echo bzip2 -f "$(pwd)/benchmark.monoallelic.no_additional_ms.$kind.csv" >> commands/monoallelic.$kind.sh
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment