Skip to content

Commit

Permalink
fix: provide source type annotation for NCI (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 28, 2025
1 parent 77198a1 commit a458d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/lib/genome/importers/file_importers/nci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def create_new_source
license_link: 'https://www.cancer.gov/policies/copyright-reuse',
}
)
@source.source_types << SourceType.find_by(type: 'interaction')
@source.save
end

def create_interaction_claims
Expand Down

0 comments on commit a458d22

Please sign in to comment.