Created
January 22, 2013 17:01
-
-
Save abargnesi/4596289 to your computer and use it in GitHub Desktop.
BEL script that causes an infinite loop while parsing.
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
################################################################################## | |
# Document Properties Section | |
SET DOCUMENT Name = "InfiniteLoop" | |
SET DOCUMENT Description = "InfiniteLoop" | |
SET DOCUMENT Version = "1.0" | |
################################################################################## | |
# Definitions Section | |
DEFINE NAMESPACE SFH AS URL "http://resource.belframework.org/belframework/1.0/namespace/selventa-named-human-protein-families.belns" | |
DEFINE NAMESPACE HGNC AS URL "http://resource.belframework.org/belframework/1.0/namespace/hgnc-approved-symbols.belns" | |
################################################################################## | |
# Statements Section | |
SET Evidence = "Evidence information located at \\share\backup\Projects\15321\evidence.txt" | |
p(SFH:"AKT Family") -> p(HGNC:CDKN1A) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment