Re: [Seqan-dev] Graph visualization
- From: "Kehr, Birte" <Birte.Kehr@fu-berlin.de>
- To: 'SeqAn Development' <seqan-dev@lists.fu-berlin.de>
- Date: Tue, 16 Nov 2010 15:48:43 +0100
- Acceptlanguage: en-US, de-DE
- Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Subject: Re: [Seqan-dev] Graph visualization
Hi Mat, you can write the graph to a dot-file and then open the file with graphviz: FILE* strmWrite = fopen("graph.dot", "w"); write(strmWrite, g, DotDrawing()); fclose(strmWrite); Other formats are not supported so far. Cheers, Birte From: Mat [mailto:matthias.dodt@mdc-berlin.de] Hey Guys! |
- Follow-Ups:
- Re: [Seqan-dev] Graph visualization
- From: Mat <matthias.dodt@mdc-berlin.de>
- Re: [Seqan-dev] Graph visualization
- References:
- [Seqan-dev] Graph visualization
- From: Mat <matthias.dodt@mdc-berlin.de>
- [Seqan-dev] Graph visualization
-
seqan-dev - November 2010 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the seqan-dev mailing list
- More info on this list...