Changes between Version 15 and Version 16 of GIR4.1_NetKarma


Ignore:
Timestamp:
04/10/12 10:30:56 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR4.1_NetKarma

    v15 v16  
    1212= !NetKarma How-to =
    1313
    14 0. Using the [http://d2i.indiana.edu/sites/default/files/netkarma_version2.5.1_quick_start_guide.pdf Quick Start Guide for version 2.5.1]  followed to install the Cytoscape visualization tool, the NetKarma Adaptor, and the NetKarma plug-ins for Cytoscape.
    1514
    16 1. Quick Start Guide instructs to download the Cytoscape visualization tool version 2.8.1 or later from  http://www.cytoscape.org. Downloaded Cytoscape version 2.8.2 and installed it.
     15Using the [http://d2i.indiana.edu/sites/default/files/netkarma_version2.5.1_quick_start_guide.pdf Quick Start Guide for version 2.5.1]  followed to install the Cytoscape visualization tool, the NetKarma Adaptor, and the NetKarma plug-ins for Cytoscape.
    1716
    18 2: Download, build, and configure version 2.5.1 of the NetKarma Adaptor available at: http://d2i.indiana.edu/sites/default/files/karma-adaptor-2.5.1.tar.gz.  As suggested, also download NetKarma Adaptor user manual for instructions on building the Adaptor:
     17Quick Start Guide provides 5 steps to follow for installation which are captured below:
     18
     19'''Step 1:''' Download and install the current version (2.8.1 or later) of the third-party Cytoscape visualization tool from http://www.cytoscape.org. Downloaded Cytoscape version 2.8.2 and installed it.
     20
     21'''Step 2:''' Download, build, and configure version 2.5.1 of the NetKarma Adaptor available at: http://d2i.indiana.edu/sites/default/files/karma-adaptor-2.5.1.tar.gz.  As suggested, also download NetKarma Adaptor user manual for instructions on building the Adaptor:
    1922{{{
    2023  $ wget http://d2i.indiana.edu/sites/default/files/netkarma-gush-adaptor_v2.5_user_manual.pdf
     
    3336Had to install ant package. Need to configure "Karma-Adaptor/config/karma-adaptor.properties" not sure how to fill values yet." Built the adaptor:
    3437{{{
    35 lnevers@arendia:~/netkarma/Karma-Adaptor$ ant karma-adaptor
     38$ ant karma-adaptor
    3639Buildfile: build.xml
    3740
     
    5255}}}
    5356
     57Requested username and password for Karma-Adaptor/config/karma- adaptor.properties file.
     58Attempts to use pre-existing guest account results in authentication failure.
    5459
     60'''Step 3:''' Download the NetKarma Cytoscape Version 1.2.1 Plug-ins available at:
     61
     62 $ wget http://d2i.indiana.edu/sites/default/files/netkarma_visualization_plugin-1.2.1.tar.gz
     63 $ tar xvzf netkarma_visualization_plugin-1.2.1.tar.gz
     64 $ cp visualization/Karma_query/KarmaRetrieval.jar cytoscape-2.8.2/plugins/.
     65 $ cp visualization/Karma_query/lib/* cytoscape-2.8.2/plugins/.
     66 $ cp visualization/OPM_visualization/KarmaGraph.jar cytoscape-2.8.2/plugins/.
     67 $ cp visualization/OPM_visualization/lib/* cytoscape-2.8.2/plugins/.
     68 $ mkdir cytoscape-2.8.2/plugins/config
     69 $ cp visualization/Karma_query/config/* cytoscape-2.8.2/plugins/config/.
     70 $ cp visualization/OPM_visualization/config/* cytoscape-2.8.2/plugins/config/.
     71 $ cd cytoscape-2.8.2/plugins/config/
     72 $ egrep "username|password" *
     73
     74Requested password for cytoscape-2.8.2/plugins/config files karmaQueryConfig.txt
     75and karmaVisConfig.txt and for
    5576
    5677TO DO: