Coder Social home page Coder Social logo

Comments (9)

ekg avatar ekg commented on June 27, 2024

Here's how you output dot format:

vg view -d x.vg >x.dot

Every tool in vg is self-documenting. Just add -h or --help to the command line.

Also, any graph output can be piped into any other program. So you can pick up a tiny bit of one graph and then pipe it into vg view or vg align. For example, here we can index a graph we've made, then pick up the node with id 50 and its neighbors (defined by a BFS search with up to 5 steps):

vg index -s x.vg
vg find -n 50 -c 5 x.vg | vg view -d - | dot -Tpng -o barrio50.png

These should be added to the documentation. My preference is to start documenting things on the wiki.

from vg.

ryan-williams avatar ryan-williams commented on June 27, 2024

cool, thanks @ekg. I'm happy to add some documentation things as I play around with vg a bit; are you suggesting creating this repo's GitHub wiki? Do you envision the README remaining a/the main source of documentation?

Also, while we're here, any interest in making some of the unchecked boxes from the README into issues?

from vg.

ekg avatar ekg commented on June 27, 2024

I think we should start the wiki. The readme should be shorter and more
clear so people don't get confused.

And the unchecked boxes should absolutely be issues. It hasn't been an..
Issue because its been just me for the past four months. Pick your favorite
and let's jam.
On Mar 13, 2015 8:46 PM, "Ryan Williams" [email protected] wrote:

cool, thanks @ekg https://github.com/ekg. I'm happy to add some
documentation things as I play around with vg a bit; are you suggesting
creating this repo's GitHub wiki? Do you envision the README remaining
a/the main source of documentation?

Also, while we're here, any interest in making some of the unchecked boxes
from the README into issues?


Reply to this email directly or view it on GitHub
#7 (comment).

from vg.

ekg avatar ekg commented on June 27, 2024

Have you had a chance to experiment further?

from vg.

ryan-williams avatar ryan-williams commented on June 27, 2024

Sorry for the radio silence, was traveling and otherwise preoccupied but have time to work on variant-graph-related things now. Beginning the "empty checkbox" -> issue migration now, wave me off if that's not a good idea!

from vg.

ekg avatar ekg commented on June 27, 2024

No, it's great! Go for it. Will you be interested in working on development?
On Apr 14, 2015 8:06 PM, "Ryan Williams" [email protected] wrote:

Sorry for the radio silence, was traveling and otherwise preoccupied but
have time to work on variant-graph-related things now. Beginning the "empty
checkbox" -> issue migration now, wave me off if that's not a good idea!


Reply to this email directly or view it on GitHub
#7 (comment).

from vg.

ryan-williams avatar ryan-williams commented on June 27, 2024

Interested for sure; not sure I should commit to anything yet but if you have suggestions for pieces I could bite off easily I am all ears. I have yet to use vg beyond running it on its own test cases and trying to follow the GA4GH discussion around sub-graphs vs. side-graphs.

I've been thinking a lot (and coding a little) about what a good, interactive, web-based graph-viz story would look like. Can take that discussion over to #8 though.

from vg.

ekg avatar ekg commented on June 27, 2024

from vg.

ryan-williams avatar ryan-williams commented on June 27, 2024

That sounds good @ekg; I don't see your email here but mine is [email protected] if you want to shoot me a note; setting up a call or something sounds great.

from vg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.