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

fix

parent b0b02596
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ git status ...@@ -25,6 +25,8 @@ git status
cd $SCRATCH_DIR/$DOWNLOAD_NAME cd $SCRATCH_DIR/$DOWNLOAD_NAME
cp $SCRIPT_DIR/write_validation_data.py .
mkdir models mkdir models
GPUS=$(nvidia-smi -L 2> /dev/null | wc -l) || GPUS=0 GPUS=$(nvidia-smi -L 2> /dev/null | wc -l) || GPUS=0
...@@ -42,14 +44,12 @@ time python ./write_validation_data.py \ ...@@ -42,14 +44,12 @@ time python ./write_validation_data.py \
wc -l test.csv wc -l test.csv
time mhcflurry-predict \ #time mhcflurry-predict \
test.csv \ # test.csv \
--prediction-column-prefix "mhcflurry_unselected_" \ # --prediction-column-prefix "mhcflurry_unselected_" \
--models "$(mhcflurry-downloads path models_class1_unselected)/models" \ # --models "$(mhcflurry-downloads path models_class1_unselected)/models" \
--out test.csv # --out test.csv
#wc -l test.csv
wc -l test.csv
time mhcflurry-class1-select-allele-specific-models \ time mhcflurry-class1-select-allele-specific-models \
--data test.csv \ --data test.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