Skip to content

Commit

Permalink
Update properties file path
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots committed Jun 20, 2024
1 parent 25383d0 commit d6ac79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/docker-compose-localbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'

services:
cbioportal:
command: /bin/sh -c "java -Xms2g -Xmx4g -jar cbioportal/target/cbioportal-exec.jar --spring.config.location=cbioportal/application.properties --authenticate=false"
command: /bin/sh -c "java -Xms2g -Xmx4g -jar cbioportal/target/cbioportal-exec.jar --spring.config.location=cbioportal-webapp/application.properties --authenticate=false"
volumes:
#- $PORTAL_INFO_DIR:/portalinfo/
# make docker compose run the cbioportal version-under-test
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_update_oncokb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Testing update of OncoKB annotations..."
run_in_service cbioportal 'metaImport.py -v -u http://cbioportal-container:8080 -o -s /cbioportal/test/test_data/study_oncokb_update/'

# execute updateOncokb script
run_in_service cbioportal 'python3 /core/scripts/importer/updateOncokbAnnotations.py -s study_es_0 -p /cbioportal/application.properties'
run_in_service cbioportal 'python3 /core/scripts/importer/updateOncokbAnnotations.py -s study_es_0 -p /cbioportal-webapp/application.properties'

# Check that mutation annotations have been updated
# 2 annotations should be changed to "Putative_Driver" (depends on OncoKB version)
Expand Down

0 comments on commit d6ac79f

Please sign in to comment.