There was an error while loading. Please reload this page.
Update: A draft implementation for generic parser is biojs-io-parser
This is standard is under discussion.
Every BioJS should have the following methods:
parse
write
If the file is line-by-line, one should create a new instance of the parser.
new
parseLine
result
For an exemplary generic parser, have a look at biojs-io-clustal
generic parser