-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import constants from relna, not nalaf -- Rostlab/nalaf#155
- Loading branch information
1 parent
061b1c3
commit 338fcc9
Showing
5 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
THRESHOLD_VALUE = 1 | ||
|
||
# TODO The constants should be renamed. Do not make sense in relna. | ||
# Copied from nalaf directly for historical reasons. | ||
|
||
PRO_CLASS_ID = 'e_1' | ||
MUT_CLASS_ID = 'e_2' | ||
ORG_CLASS_ID = 'e_3' | ||
PRO_REL_MUT_CLASS_ID = 'r_4' # e_1/e_2 | ||
PRO_REL_ORG_CLASS_ID = 'r_5' # e_1/e_3 | ||
ENTREZ_GENE_ID = 'n_4' | ||
UNIPROT_ID = 'n_5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters