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

update

parent 0a79ebf2
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ else ...@@ -100,7 +100,7 @@ else
--out benchmark.monoallelic.predictions.csv --out benchmark.monoallelic.predictions.csv
bzip2 -f benchmark.monoallelic.predictions.csv bzip2 -f benchmark.monoallelic.predictions.csv
ls -lh benchmark.monoallelic.predictions.csv.bz2 ls -lh benchmark.monoallelic.predictions.csv.bz2
done fi
### GENERATE BENCHMARK: MULTIALLELIC ### GENERATE BENCHMARK: MULTIALLELIC
if [ "$2" == "continue-incomplete" ] && [ -f "benchmark.multiallelic.csv.bz2" ] if [ "$2" == "continue-incomplete" ] && [ -f "benchmark.multiallelic.csv.bz2" ]
...@@ -112,7 +112,6 @@ else ...@@ -112,7 +112,6 @@ else
--hits "$(pwd)/hits_with_tpm.csv.bz2" \ --hits "$(pwd)/hits_with_tpm.csv.bz2" \
--proteome-peptides "$(mhcflurry-downloads path data_mass_spec_benchmark)/proteome_peptides.all.csv.bz2" \ --proteome-peptides "$(mhcflurry-downloads path data_mass_spec_benchmark)/proteome_peptides.all.csv.bz2" \
--decoys-per-hit 99 \ --decoys-per-hit 99 \
--only-pmid 31844290 31495665 31154438 \
--only-format MULTIALLELIC \ --only-format MULTIALLELIC \
--out "$(pwd)/benchmark.multiallelic.csv" --out "$(pwd)/benchmark.multiallelic.csv"
bzip2 -f benchmark.multiallelic.csv bzip2 -f benchmark.multiallelic.csv
......
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