You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
At the moment, when bel2rdf conversion fails, it stops processing. So, for example, if it's converting a file of a 100 BEL statements and the first statement has issues, the remaining 99 won't get converted either. I think it would be considerably more useful, if the code could go one statement at a time, converting the "good" statements to RDF and writing the "bad" ones into an error/log file.
The text was updated successfully, but these errors were encountered:
This result is due to the existing BEL parser not recovering from recognition errors. I opened #39 to handle short-term changes to the ruby BEL parser to capture recognition errors.
Longer-term #22 will provide a line-based, C parser with more accurate errors.
At the moment, when bel2rdf conversion fails, it stops processing. So, for example, if it's converting a file of a 100 BEL statements and the first statement has issues, the remaining 99 won't get converted either. I think it would be considerably more useful, if the code could go one statement at a time, converting the "good" statements to RDF and writing the "bad" ones into an error/log file.
The text was updated successfully, but these errors were encountered: