bio4j / exporter

GSoC 2014 project
GNU Affero General Public License v3.0
3 stars 3 forks source link

Jul 21, 2014 #49

Closed andr3nun3s closed 10 years ago

andr3nun3s commented 10 years ago

Today I've added the ability to specify the path where you want to export the query to.

Usage right now: :bio4j graphson /home/andre g.traversal(GoTraversal.class).goTerms() saves to /home/andre/bio4j.json

:bio4j graphson g.traversal(GoTraversal.class).goTerms() saves to bio4j.json in the current folder

:bio4j graphson /home/andre/out.json g.traversal(GoTraversal.class).goTerms() saves to /home/andre/out.json

Generalizing: :bio4j format path query

I'm investigating how to export to other formats.

Commits https://github.com/bio4j/exporter/commit/0866bc6cec8155aff08826d8245ca400128a137d https://github.com/bio4j/exporter/commit/3e57f51cd857a7bf1360cf181c4ecdf66b140a04

laughedelic commented 10 years ago

good work! :+1: