Recent Changes for "Command Line Options" - Graph Exploration System (GUESS)http://guess.wikispot.org/Command_Line_OptionsRecent Changes of the page "Command Line Options" on Graph Exploration System (GUESS).en-us Command Line Optionshttp://guess.wikispot.org/Command_Line_Options2008-11-16 14:46:37JohannesPfeiffer <div id="content" class="wikipage content"> Differences for Command Line Options<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 22: </td> <td> Line 22: </td> </tr> <tr> <td> </td> <td> <span>+ * --quality n or -q n with n between 0 and 3. 3 is the best and 0 is the worst quality</span> </td> </tr> </table> </div> Command Line Optionshttp://guess.wikispot.org/Command_Line_Options2008-11-14 18:01:56JohannesPfeiffer <div id="content" class="wikipage content"> Differences for Command Line Options<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 21: </td> <td> Line 21: </td> </tr> <tr> <td> </td> <td> <span>+ * --reset or -r to delete the user settings (window positions, saved text fields etc.) and start with the default values</span> </td> </tr> </table> </div> Command Line Optionshttp://guess.wikispot.org/Command_Line_Options2007-08-11 00:47:14EytanAdar <div id="content" class="wikipage content"> Differences for Command Line Options<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Command Line Options =<br> + <br> + <br> + When launching GUESS there are a number of command line options that can control the launch. Valid usage includes:<br> + <br> + * guess [options] [database directory] [python files]<br> + * guess [options] [gdf/xml file] [python files]<br> + * guess [options] null [python files]<br> + <br> + <br> + Options can be:<br> + <br> + * --console or –c to enable the visual console<br> + * --nowarn or –n disables warnings when loading graphs<br> + * --persistent directory or –o directory to use an on-disk database (useful if you want to keep working with the same visualization, you can do this the first time to create the database). Be aware that this overwrites the database if it exists so you should only use this the first time you load the gdf!<br> + * --novis or –v to disable any visualization (useful for speeding up certain operations like layouts).<br> + * --gplfree or –f to disable gpl code in the system (limits what you can do)<br> + * --touchgraph or –t to load the visualization in touchgraph<br> + * --prefuse or –p to load the visualization in prefuse<br> + * --multiedge or –m to enable support for multiple edges between nodes (off by default)<br> + <br> + Example usage:<br> + <br> + * guess --nowarn test.gdf foo.py will load up test.gdf without warnings and then execute foo.py<br> + * guess --persistent database/temp null will load up GUESS with an empty graph and will save all changes to the persistent database in database/temp</span> </td> </tr> </table> </div>