Skip to content

Commit

Permalink
add displayName format to oncotree
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Jun 17, 2024
1 parent a81bc94 commit 291b8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oncotree/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ const upload = async (opt) => {
// upload the results
for (const record of records) {
const body = {
displayName: `${record.name} [${record.sourceId.toUpperCase()}]`,
name: record.name,
source: rid(source),
sourceId: record.sourceId,
Expand Down

0 comments on commit 291b8ba

Please sign in to comment.