Changes between Version 13 and Version 14 of GIR4.1_NetKarma


Ignore:
Timestamp:
04/09/12 16:39:28 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR4.1_NetKarma

    v13 v14  
    16161. 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.
    1717
    18 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:
     182: 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:
    1919{{{
    2020  $ wget http://d2i.indiana.edu/sites/default/files/netkarma-gush-adaptor_v2.5_user_manual.pdf
     
    2424}}}
    2525
    26  Had to install ant package. Need to configure "Karma-Adaptor/config/karma-adaptor.properties" not sure how to fill values yet."
     26Had to install ant package. Need to configure "Karma-Adaptor/config/karma-adaptor.properties" not sure how to fill values yet." Built the adaptor:
     27{{{
     28lnevers@arendia:~/netkarma/Karma-Adaptor$ ant karma-adaptor
     29Buildfile: build.xml
    2730
     31clean:
    2832
     33compile:
     34    [mkdir] Created dir: /home/lnevers/netkarma/Karma-Adaptor/bin
     35    [javac] Compiling 15 source files to /home/lnevers/netkarma/Karma-Adaptor/bin
     36    [javac] Note: Some input files use or override a deprecated API.
     37    [javac] Note: Recompile with -Xlint:deprecation for details.
     38    [javac] Note: Some input files use unchecked or unsafe operations.
     39    [javac] Note: Recompile with -Xlint:unchecked for details.
     40
     41karma-adaptor:
     42
     43BUILD SUCCESSFUL
     44Total time: 1 second
     45}}}
     46
     47Set environment variable in adaptor_stdenvs.cfg file:
     48
     49{{{
     50export ADAPTOR_HOME=/home/lnevers/netkarma/Karma-Adaptor
     51export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
     52}}}
    2953
    3054