Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion import-scripts/import-dmp-impact-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fi
if [ $DB_VERSION_FAIL -eq 0 ] ; then
# import into portal database
echo "importing cancer type updates into msk portal database..."
$JAVA_BINARY -Xmx16g $MSK_JAVA_IMPORTER_ARGS --import-types-of-cancer --oncotree-version ${ONCOTREE_VERSION_TO_USE}
$PYTHON_BINARY $CBIO_IMPORTER_SCRIPT import-types-of-cancer --oncotree-url "http://oncotree.mskcc.org/" --oncotree-version $ONCOTREE_VERSION_TO_USE
if [ $? -gt 0 ] ; then
sendImportFailureMessageMskPipelineLogsSlack "Cancer type updates"
fi
Expand Down