Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RB doesn't allow comments at the end of continued lines #206

Open
jrfaeder opened this issue Jan 24, 2018 · 1 comment
Open

RB doesn't allow comments at the end of continued lines #206

jrfaeder opened this issue Jan 24, 2018 · 1 comment

Comments

@jrfaeder
Copy link
Contributor

The following syntax is allowed in BNGL but generates an error in RB:

begin seed species
A 100* \ # double your fun
2
B 100
end seed species
begin observables
Molecules A A()
Molecules B B()
Molecules C C()
Molecules Atot A(), C()
end observables
begin reaction rules
A() + B() <-> \ # comments are not allowed here either
C() 0.01, 1
end reaction rules

simulate({method=>"ode",t_end=>10,n_steps=>100})

@jrfaeder
Copy link
Contributor Author

This model shows errors in RB, but can be run and doesn't interfere with other RB functions, e.g., contact map generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant