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

fix

parent 708d63a7
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ else
time python make_benchmark.py \
--hits "$(pwd)/hits_with_tpm.csv.bz2" \
--proteome-peptides "$(mhcflurry-downloads path data_mass_spec_benchmark)/proteome_peptides.all.csv.bz2" \
--decoys-per-hit 99 \
--decoys-per-hit 110 \
--exclude-train-data "$(mhcflurry-downloads path models_class1_pan_variants)/models.no_additional_ms/train_data.csv.bz2" \
--only-format MONOALLELIC \
--out "$(pwd)/benchmark.monoallelic.csv"
......@@ -80,7 +80,7 @@ else
--hits "$(pwd)/hits_with_tpm.csv.bz2" \
--proteome-peptides "$(mhcflurry-downloads path data_mass_spec_benchmark)/proteome_peptides.all.csv.bz2" \
--exclude-train-data "$(mhcflurry-downloads path models_class1_pan)/models.combined/train_data.csv.bz2" \
--decoys-per-hit 99 \
--decoys-per-hit 110 \
--only-format MULTIALLELIC \
--out "$(pwd)/benchmark.multiallelic.csv"
bzip2 -f benchmark.multiallelic.csv
......@@ -101,13 +101,12 @@ else
--models \""$(mhcflurry-downloads path models_class1_pan_variants)/models.no_additional_ms"\" \
--affinity-only \
--no-affinity-percentile \
--out "$(pwd)/benchmark.monoallelic.predictions.csv" \
--out "$(pwd)/benchmark.monoallelic.no_additional_ms.csv" \
--no-throw >> commands/monoallelic.sh
echo bzip2 -f "$(pwd)/benchmark.monoallelic.predictions.csv" >> commands/monoallelic.sh
fi
### AFFINITY PREDICTORS: MULTIALLELIC
if [ "$2" == "continue-incomplete" ] && [ -f "benchmark.multiallelic.production.csv.bz2" ]
then
......
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