Skip to content

Commit

Permalink
Merge pull request #1039 from griffithlab/fix-variant-links
Browse files Browse the repository at this point in the history
add link adaptors for variant subtypes
  • Loading branch information
acoffman authored Apr 19, 2024
2 parents f5f716c + cf5da0c commit e8a6f84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/app/lib/link_adaptors/factor_variant.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module LinkAdaptors
class FactorVariant < Variant
end
end
4 changes: 4 additions & 0 deletions server/app/lib/link_adaptors/gene_variant.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module LinkAdaptors
class GeneVariant < Variant
end
end

0 comments on commit e8a6f84

Please sign in to comment.