Clustalx version 2.0.11 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    clustalx  most recent diff


    version 2.0.11

      View the most recent changes for the clustalx port at: clustalx.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for clustalx.
      The raw portfile for clustalx 2.0.11 is located here:
      http://clustalx.darwinports.com/dports/science/clustalx/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/clustalx


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The clustalx Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: clustalx
      Version: 2.0.11
      Category: science
      Maintainers: snc openmaintainer
      Description: An interface for the ClustalW multiple sequence alignment program.
      Long Description: ${name} provides an integrated environment for performing multiple sequence and profile alignments and analysing the results. The sequence alignment is displayed in a window on the screen. A versatile coloring scheme has been incorporated allowing you to highlight conserved features in the alignment. The pull-down menus at the top of the window allow you to select all the options required for traditional multiple sequence and profile alignment.
      Homepage: http://www.clustal.org/

      Platform: darwin
      depends_build port:qt4-x11

      Master Sites: http://www.clustal.org/download/current/ ftp://ftp.ebi.ac.uk/pub/software/clustalw2/${version}/

      Checksums: md5 fa208a3e111182e03a03e2fdac1343a1 sha1 815cb1f0158778f2cdad8161dc8529069e86904c rmd160 310d2be671494830535e7c49189bea04b44511e8

      configure.cmd ${prefix}/libexec/qt4-x11/bin/qmake
      configure.pre_args PREFIX=${prefix}
      configure.args -macx

      destroot {
      xinstall -d ${destroot}${prefix}/libexec/${name}/
      xinstall -m 644 -W ${worksrcpath} colprot.xml coldna.xml colprint.xml clustalx.hlp ${destroot}${prefix}/libexec/${name}/
      xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/libexec/${name}/

      xinstall -m 755 ${filespath}/clustalx.in ${destroot}${prefix}/bin/${name}
      reinplace s| PREFIX |${prefix}|g ${destroot}${prefix}/bin/${name}
      reinplace s| NAME |${name}|g ${destroot}${prefix}/bin/${name}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "currently (\\d+\\.\\d+\\.\\d+)"

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/clustalx
      % sudo port install clustalx
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching clustalx
      ---> Verifying checksum for clustalx
      ---> Extracting clustalx
      ---> Configuring clustalx
      ---> Building clustalx with target all
      ---> Staging clustalx into destroot
      ---> Installing clustalx
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using clustalx with these commands:
      %  man clustalx
      % apropos clustalx
      % which clustalx
      % locate clustalx

     Where to find more information:

    Darwin Ports



    Lightbox this page.