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

are we there? #6

Open
2 of 4 tasks
eparejatobes opened this issue Mar 25, 2014 · 8 comments
Open
2 of 4 tasks

are we there? #6

eparejatobes opened this issue Mar 25, 2014 · 8 comments

Comments

@eparejatobes
Copy link
Member

TOP PRIORITY we need to have a stable release ASAP.

The requirements for this are

  • only non-snapshot dependencies
  • solid release notes
  • docs for how to use it for both AWS and local imports (Java, Scala)
  • UniProtKB data import test

@pablopareja what's missing of this list? what's the current state?

@pablopareja
Copy link
Member

Testing TItan importing process?

@eparejatobes
Copy link
Member Author

@pablopareja yep but this should go in bio4j/titandb

@pablopareja
Copy link
Member

OK, so what can I do? where should I start? I'm a bit lost with so many new branches incorporating new features 😃

@eparejatobes
Copy link
Member Author

you can checkout v0.2.0 and test the import process

@pablopareja
Copy link
Member

it's telling me something about the branch being in detached state... 😲
Besides, this is what I get when I try to do a pull:

ppareja@PPAREJATABLET /c/era7/ppareja/proyectos/JAVA/bio4j-neo4jdb ((v0.2.0))
$ git pull origin v0.2.0
fatal: Couldn't find remote ref v0.2.0

@eparejatobes
Copy link
Member Author

versions are tags, so you just

# just in case
git remote update
# list versions
git tag -l
# checkout a particular version
git checkout tags/v0.2.0

see Git - Tagging

@eparejatobes
Copy link
Member Author

@pablopareja how is this going?

@pablopareja
Copy link
Member

I had a look at the code but so far I've been too busy with mg7 to start checking the importing process of this new version... 😕

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

No branches or pull requests

2 participants