Skip to content
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: LoadError: AssertionError: n_ref == contigs.count #1

Open
lautaro450 opened this issue Mar 31, 2018 · 2 comments
Open

ERROR: LoadError: AssertionError: n_ref == contigs.count #1

lautaro450 opened this issue Mar 31, 2018 · 2 comments

Comments

@lautaro450
Copy link

lautaro450 commented Mar 31, 2018

Hello, I'm trying to compile AIControl (https://github.com/suinleelab/AIControl) That's using PureSeq.jl but I have a problem in julia 0.6.2:

ERROR: LoadError: AssertionError: n_ref == contigs.count
PureSeq.BamReader(::String, ::Symbol, ::PureSeq.ReferenceContigs) at /home/lautaro_arg/.julia/v0.6/PureSeq/src/BamReader.jl:27
#write_binned#7(::Bool, ::Function, ::String, ::Int64, ::Symbol) at /home/lautaro_arg/.julia/v0.6/PureSeq/src/BinnedReader.jl:29
(::PureSeq.#kw##write_binned)(::Array{Any,1}, ::PureSeq.#write_binned, ::String, ::Int64, ::Symbol) at ./:0
include_from_node1(::String) at ./loading.jl:576
include(::String) at ./sysimg.jl:14

I think may be is because Pure-seq was planned to use julia 0.5.2 but I can't use it because github not supported anymore tls 1.0 and 1.1 so when I tried to do a Pkg.add command in Julia 0.5.2 and the metadata started to download it I have a SSL error.

Exist some fix for this issue?

Thank you for the help!

@slundberg
Copy link
Owner

Did you ever talk with Nao and get this figured out? It seems like some mis alignment of reference contig counts, not sure if that would be effected by the version.

@hiranumn
Copy link
Collaborator

hiranumn commented Apr 9, 2018

This may be caused because your input bam file is aligned to reference genome that is not hg38.
Would it possible to let me know what your reference is? I am guessing that it is hg19.

This is on my list of things to adjust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants