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

Not all files are downloaded on Pkg.add("BioSeq") #8

Closed
jprider63 opened this issue Apr 15, 2013 · 9 comments
Closed

Not all files are downloaded on Pkg.add("BioSeq") #8

jprider63 opened this issue Apr 15, 2013 · 9 comments

Comments

@jprider63
Copy link

Only the following files are downloaded on Pkg.add("BioSeq"):

BioSeq.jl alphabetsfunc.jl dna2.jl stringlike.jl
alphabets.jl biounits.jl functions.jl

Do we need to wait for a new version to use translate.jl, etc? Can I use the current version by cloning and running Pkg.new()?

@diegozea
Copy link
Owner

Hi! I can't reproduce it.
Have you tried with Pkg.update() ?

@mattm401
Copy link

I am having the same issue and I've tried Pkg.update(), which runs fine. I also tried directly copying the missing files into the packages folder but that did not have any effect.

@diegozea
Copy link
Owner

Works fine for Julia 0.2.0 but version of BioSeq is not update on METADATA for Julia 0.1.2

@mattm401
Copy link

Alright, that probably will solve the issue for me. Thanks!

@jprider63
Copy link
Author

Hmm ok I'll try building Julia 0.2.0 and see if that works. There's no binary available for OS X, correct?

@diegozea
Copy link
Owner

Julia 0.2.0 is still in development and I doesn't sure about binaries for OS X. Maybe, for Julia package development is good to have installed the two Julia versions. BioSeq is going to be updated soon on 0.1.2.

@diegozea
Copy link
Owner

diegozea commented May 8, 2013

Is this problem solved ?

@jprider63
Copy link
Author

I'm checking this now.

@diegozea
Copy link
Owner

Working on Julia 0.1.2

julia> Pkg.add("BioSeq")
MESSAGE: Installing BioSeq v0.1.0
Clonar en «BioSeq»...
remote: Counting objects: 253, done.
remote: Compressing objects: 100% (105/105), done.
remote: Total 253 (delta 128), reused 247 (delta 125)
Receiving objects: 100% (253/253), 59.05 KiB | 62 KiB/s, done.
Resolving deltas: 100% (128/128), done.

julia> using BioSeq
Warning: New definition convert(Type{Array{Tout<:Union(Uint8,BioUnit),1}},Array{Tin<:Union(Uint8,BioUnit),1}) is ambiguous with convert(Type{Array{T,n}},Array{T,n}) at array.jl:235.
         Make sure convert(Type{Array{Tout<:Union(Uint8,BioUnit),1}},Array{Tin<:Union(Uint8,BioUnit),1}) is defined first.
Warning: New definition convert(Type{Array{Tout<:Union(Uint8,BioUnit),2}},Array{Tin<:Union(Uint8,BioUnit),2}) is ambiguous with convert(Type{Array{T,n}},Array{T,n}) at array.jl:235.
         Make sure convert(Type{Array{Tout<:Union(Uint8,BioUnit),2}},Array{Tin<:Union(Uint8,BioUnit),2}) is defined first.

julia> translate( nt"TGA" , 1 )
1-element AminoAcid Array:
 *

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