Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207100 - sci-biology/rnaview-20040713: set env variable RNAVIEW=/usr/share/rnaview
Summary: sci-biology/rnaview-20040713: set env variable RNAVIEW=/usr/share/rnaview
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 00:06 UTC by Martin Mokrejš
Modified: 2008-08-26 18:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2008-01-23 00:06:52 UTC
http://ndbserver.rutgers.edu/services/help/rnaview-readme.html

	
RNAView Installation Instructions
	

RNAVIEW program is developed to quickly display the secondary structure  of RNA/DNA with tertiary interactions. It is fully implemented with  Leontis and Westhof's ( RNA (2001) 7, 499-512), convention for the  edge-to-edge hydrogen bonding interactions.

The program has been tested in Linux, UNIX, SUN, and MAC systems

How to install the program:

The program can be installed in any directory (for example /?/?/?/)

   1. Unpack the program package in the directory that you desire (e.g. /?/?/?/ ).
      TYPE

        zcat RNAVIEW.tar.gz | tar xvf - 

   2. Install the program
      Go to the /?/?/?/RNAVIEW/ directory
      Type

        make 

      An executable file rnaview will be placed in the directory /?/?/?/RNAVIEW/bin/

   3.

      Define the environment variable RNAVIEW to point to the installation directory (e.g. /?/?/?/RNAVIEW)
      Add the following sentences to your shell script.) (or type the two sentences in the window, before executing the program:

      For C shell users:

        setenv RNAVIEW /?/?/?/RNAVIEW

        setenv PATH "/?/?/?/RNAVIEW/bin:"$PATH	

      For Bourne shell users:

        RNAVIEW=/?/?/?/RNAVIEW;  export RNAVIEW 

        PATH="/?/?/?/RNAVIEW/bin:"$PATH; export PATH 

   4.

      To test the program, go to /?/?/?/RNAVIEW/test
      type   rnaview -p tr0001.pdb
      The 2D structure is shown by tr0001.pdb.ps and base pair types is given by tr0001.pdb.out
Comment 1 Olivier Fisette (RETIRED) gentoo-dev 2008-08-26 18:09:23 UTC
Added convenience env.d file to new revision. Thanks for reporting.