Uploaded image for project: 'JABAWS'
  1. JABAWS
  2. JWS-46

Install on Ubuntu using tomcat6 package

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 2.0
    • Fix Version/s: None
    • Component/s: packaging&distribution
    • Environment:
      Linux 2.6.32-40-generic #87-Ubuntu SMP x86_64 GNU/Linux
      tomcat6 from repository

      Description

      Additional steps for tool installations (T-coffee, GlobPloy,Disembl)

      To Get T-Coffee working
      Copied in latest t_coffee binary to tcoffee directory.

      To Fix error
      --ERROR: : Could not set a HOME directory.Set any of the following environement variables to some suitable location: HOME, HOME_4_TCOFFEE, TMP or TEMP [FATAL:T-COFFEE]

      Created
       /etc/tomcat6/default
      and added
       export HOME_4_TCOFFEE=/var/lib/tomcat6/webapps/jabaws/binaries/src/tcoffee

      Then changed permissions of
        /var/tmp/ t_coffee.tmp.<hostname>/
      to allow tomcat read/write


      To get GlobPloy and Disembl working
      Error from both program I had a new version of BioPython in my path)
      File "/var/lib/tomcat6/webapps/jabaws/binaries/src/globplot/GlobPlot.py", line 19, in <module>
          from Bio import Fasta
      ImportError: cannot import name Fasta

      Changed
       sys.path.append(newpath)
      to
       sys.path.insert(1,newpath)

      in both
       GlobPloy.py
      and
       Disembl.py

        Attachments

          Activity

            People

            Assignee:
            pvtroshin Peter Troshin
            Reporter:
            alastairkerr Alastair Kerr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated: