Skip to content

Commit

Permalink
add python interpreter to docker run; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed May 8, 2024
1 parent 73971a3 commit 3543388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker run --rm \
-v /PATH/TO/GOLDSTANDARD_FOLDER:/goldstandard:ro \
-v $PWD/output:/output:rw \
ghcr.io/sage-bionetworks-challenges/pegs-evaluation:latest \
validate.py \
python3 validate.py \
-p /predictions.csv -g /goldstandard -o /output/results.json
```

Expand All @@ -66,6 +66,6 @@ docker run --rm \
-v /PATH/TO/GOLDSTANDARD_FOLDER:/goldstandard:ro \
-v $PWD/output:/output:rw \
ghcr.io/sage-bionetworks-challenges/pegs-evaluation:latest \
validate.py \
python3 score.py \
-p /predictions.csv -g /goldstandard -o /output/results.json
```

0 comments on commit 3543388

Please sign in to comment.