Skip to content

Instantly share code, notes, and snippets.

@abargnesi
Created January 22, 2013 17:01
Show Gist options
  • Save abargnesi/4596289 to your computer and use it in GitHub Desktop.
Save abargnesi/4596289 to your computer and use it in GitHub Desktop.
BEL script that causes an infinite loop while parsing.
##################################################################################
# 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