-
Notifications
You must be signed in to change notification settings - Fork 9
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
more incorrect number of column errors #51
Comments
Dear @adamfreedman , I will have a look and let you know. Apologies for the late reply but I was on leave last week. Kind regards |
Dear @adamfreedman While we fix this try cleaning the portcullis_all.junctions.tab output file of the junc stage cat portcullis_all.junctions.tab |awk '!(($11=="?" && $14=="NA") || ($11=="?" && $13=="NA"))' > portcullis_all.junctions.cleaned.tab then run the filt stage passing in the cleaned file On a similar example which was failing for me the cleanup removed 44 lines and then the filt stage completed |
Hi @swarbred, Best |
I will copy the porcullis out to a location you have access to and send you details |
Hi @adamfreedman , @swarbred , Kind regards |
Hi all, I think that 9f86ebe could fix this issue. I basically force @swarbred if you could install and test on the problematic dataset, we could confirm the fix. Best |
Also: the bug is triggered by the fact that occasionally there will be a splicing junction with a donor or an acceptor with dinucleotide "NA". |
I just installed the latest portcullis with bioconda, so all versioning issues should be managed within that install, correct? Even so, I am getting:
src/junction.cc(1242): Throw in function static std::shared_ptrportcullis::Junction portcullis::Junction::parse(const string&)
Dynamic exception type: boost::wrapexceptportcullis::JunctionException
std::exception::what: std::exception
[portcullis::JunctionError*] = Could not parse line due to incorrect number of columns. This is probably a version mismatch. Check file and portcullis versions. Expected 75 columns. Found 74. Line:
37950851391Sca51543818022904231742712279623201-?-AAN0006560604061.002401.79247999999999990.0102272709900011002043000000166666666666666664444
The text was updated successfully, but these errors were encountered: