Skip to content

Commit

Permalink
LINCS parsers first try
Browse files Browse the repository at this point in the history
  • Loading branch information
james0032 committed Oct 31, 2024
1 parent b2eef57 commit af3037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/LINCS/src/loadLINCS.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class GENERICDATACOLS(enum.IntEnum):
##############


class ParserTemplate(SourceDataLoader):
class LINCSLoader(SourceDataLoader):

source_id: str = 'LINCS'
# this should be a valid infores curie from the biolink infores catalog
Expand Down

0 comments on commit af3037a

Please sign in to comment.