Update GFF3Record.java#2377
Conversation
Added getSymbols() method to return "Symbol" attribute if it exists; otherwise null. Same deal as getNames() but we (and others) have explicit Symbol attributes in GFF.
|
Bugger. |
|
@danielabutano how can I run this again? It looks to me that it failed because flymine wasn't online. My change shouldn't have any effect on unit tests. I think Travis had a "run again" option but I can't seem to find it here. |
|
BUMP @danielabutano how can I run this again? It looks to me that it failed because flymine wasn't online. My change shouldn't have any effect on unit tests. I think Travis had a "run again" option but I can't seem to find it here. |
|
Hi @sammyjava I have a question. When the new method is called? I do no see any changes on the GFF3Converter class. |
|
I call it in my LIS extension of GFF3RecordHandler. :) But it ought to be in the core GFFRecord since it's an attribute of GFFs, quite general. Here's my example https://github.com/legumeinfo/lis-bio-sources/blob/d76f5e6db677c6d09ef4ee0f780d763a56236b17/lis-gff/src/main/java/org/intermine/bio/dataconversion/LISGFF3RecordHandler.java#L107 |
Added getSymbols() method to return "Symbol" attribute if it exists; otherwise null. Same deal as getNames() but we (and others) have explicit Symbol attributes in GFF.
Details
Summary of pull request, including references to relevant tickets (if applicable).
Testing
Besides running unit tests, how can the reviewer test your feature / bug fix? Are there edge cases to be aware of?
Checklist
Before your pull request can be approved, be sure to check all boxes: