biomart / BioMart

21 stars 5 forks source link

corrected # of attribute fields in coding parser; extra arg in Sequen… #3

Closed JoeCarlson closed 8 years ago

JoeCarlson commented 8 years ago

…ceMain

2 minor bug fixes in the sequence plugin. The number of attributes passed in the constructor of the coding parser (12) did not match the expected attributes (14), resulting in improper headers.

And there was a missing argument in the test SequenceMain.java