Closed aflaus closed 7 years ago
Is there a problem with the link between proteins and transcripts due to a RefSeq ID problem? Or is there some unflagged dependency?
If it's a RefSeq ID issue then maybe the code could check the issues and report it, because if this is an issue then it's likely to arise again.
My guess is that this is an issue with your version of perl or bioperl. I would guess on the later. When I'm back at Oxford I will get a VM to try and replicate it.
Shouldn't be a problem with Refseq because a fresh build works here. Any dependency not checked by scons would fail to even execute. The error Can't call method "display_id" on an undefined value at...
means that at some point there should be a sequence object but instead that value is empty, so I'm guessing something changed on the latest bioperl release.
This issue was fixed with a4dff55 . The problem is that the latest bioperl has fixed a bug that we were working around (see bioperl/bioperl-live#137). I made the workaround conditional so it still works for people that install bioperl using their distribution package manager.