-
Notifications
You must be signed in to change notification settings - Fork 5
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
package cannot be added in Jullia #3
Comments
Try using Julia 0.6 instead! |
I've been trying to get this to work with Julia 1.0+. I added result=Rifraf.rifraf(sequences,phreds,reference)
ERROR: MethodError: no method matching rifraf(::Array{BioSequences.BioSequence{BioSequences.DNAAlphabet{4}},1}, ::Array{Array{Int8,1},1}, ::Array{BioSequences.BioSequence{BioSequences.DNAAlphabet{4}},1})
Closest candidates are:
rifraf(::Array{BioSequences.BioSequence{BioSequences.DNAAlphabet{2}},1}, ::Array{Array{Int8,1},1}; kwargs...) at /home/simon/Programs/Rifraf.jl/src/model.jl:1281
Stacktrace:
[1] top-level scope at none:0 Any idea why rifraf is expecting a sequence with an alphabet of size 2? |
Hi Simon! A 1.0 port would be wonderful - I've not had the time yet! From here:
|
So, does that mean that I can only use |
I have a fair few ambiguous calls, and I can't simply replace them with N. |
I think so... I'd need to think about the amount of work required to get this to work with ambigs - it won't just be a type signature change somewhere, but it might not be too difficult. Are your ambig calls completely 50/50? If one base is more likely, then you might get ok performance just using that base, with a suitably low quality score (which Rifraf respects). We built this for PacBio CCS, which have no ambigs. |
When trying to add package using Julia package manager (Arch linux 64), error is presented:
The text was updated successfully, but these errors were encountered: