-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in loading external metrics #243
Comments
So I'm getting an error with mikado-2.0rc6_19f3b2f5_CBG Same data completed ok with mikado-2.0_rc1 only change is |
Ouch. This is again #241. I will merge the bug fix of that branch here, so you can test again. I did not hear from @Xiaofei-git regarding the issue yet, so I don't know whether my fix funcioned, but I have high hopes it actually did. I will merge that branch into this tomorrow, so that you can test. |
Thanks @lucventurini @swarbred , I have installed it as |
@gemygk @lucventurini, how to install the new version with solved code? I tried to do inside of mikado folder, but I got this. I installed mikado by downloading source and using pip3 to install. $ git pull |
Hi @Xiaofei-git , Below is what I do to get the latest commit:
Then carry out the installation as normal |
Dear @Xiaofei-git, this should function:
I hope this helps. Kind regards |
I followed the steps, but I got the error as below $ git checkout 89eca18 |
Thanks a lot for both of you! @gemygk @lucventurini |
Dear @Xiaofei-git , you are absolutely right. Please follow the amended commands here (I also edited the comment before):
|
Installed, thanks a lot! |
Will look closer later but the latest run did not complete @lucventurini @gemygk
Traceback (most recent call last): see and run directory |
Ok, i will have a look and relaunch when I have a fix. |
Hi @swarbred , @gemygk , I found the problem. The transcript:
has as ID: This confuses Mikado at the end as it loses track of the transcript. I will have to have a look at how to avoid this bug. |
The following patch solves part of the problem:
The issue now is that there are transcripts that might have the same alias as, for example, they are the same PacBio read mapped in the same location but from two different sets (mikado all vs mikado pacbio). Solving this now. |
PS: to be clear, the issue is due to situations like:
Same alias but different ID. |
Question, why is having the same alias an issue now but wasn't previously, presumably there has been a code change that relates to this. We would have had this issue in other integration runs and this same dataset is fine on the earlier mikado version. |
Hi @swarbred, I will have to track it down. Currently I'm puzzled myself. Hopefully I will be able to retrace the origin of the bug quickly. |
HI @lucventurini |
Hi @swarbred, for some reason the bug seemed to be triggered only when there was an alias clash. So I think your run might still complete without errors. I cannot guarantee it though. To be more technical: I am not completely sure about it, but I think it might have been triggered when the padding ended up removing a transcript from the locus as redundant ... that left some data around in the locus object that caused trouble (specifically in the dictionaries with the data related to metrics and scores). I should have fixed that, and forced the |
PS: Hi @swarbred , if the job you were waiting for was But your data should be ready :-) |
…that caused boolean values to be converted into integers.
Dear Luca,
I am trying to use portcullis. But, I got problem when I installed it. I
open an issue here EI-CoreBioinformatics/portcullis#49 . But,
I did not get any response so far. I see you are also the developer for it,
could you help me out?
Thank you so much!
Best regards,
Xiaofei
…On Fri, Oct 25, 2019 at 1:03 PM Luca Venturini ***@***.***> wrote:
Closed #243 <#243>
via 3c225e3
<3c225e3>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#243?email_source=notifications&email_token=AFOVS6NXBM3W36RPNJHZT4TQQMRE7A5CNFSM4JCGXEGKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUONV5VI#event-2744868565>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOVS6LXZ7QH2VSNOK3X3ITQQMRE7ANCNFSM4JCGXEGA>
.
|
Dear @Xiaofei-git, My suggestion for the time being is to put Portcullis in a path without soft links that might disrupt its launch. I will be reviewing the issue most probably after next Wednesday, after submitting the grant request. Kind regards Luca Venturini |
Got it, thank you so much! |
Another issue is with mikado. Our admin tried to install it on our cluster, but got error to check this out: $ git remote add lucventurini https://github.com/lucventurini/mikado.git;
Thank you so much! |
Dear @Xiaofei-git , I merged the branch that contained 89eca18 into the As such, I would recommend using the master branch as it is. I hope this helps. Thank you |
Got it, thank you so much! |
* Fix EI-CoreBioinformatics#240, EI-CoreBioinformatics#243 * Solved a bug that caused boolean values to be converted into integers for `pick`.
Error found on the latest release:
The database was checked, and the data was actually in:
and
The text was updated successfully, but these errors were encountered: