view tool_dependencies.xml @ 5:b9fea998270a draft

Fix Prokka 1.8 dependency installation.
author crs4
date Thu, 09 Jan 2014 16:49:50 -0500
parents 5c0030f52b83
children 3ad7ef0ba385
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="blast+" version="2.2.28">
    <repository changeset_revision="23b9ba41ad00" name="package_blast_plus_2_2_28" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="hmmer" version="3.1b1">
    <repository changeset_revision="007c736bf7e8" name="package_hmmer_3_1" owner="lionelguy" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="aragorn" version="1.2.36">
    <repository changeset_revision="f09e2902e6ed" name="package_aragorn_1_2_36" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="prodigal" version="2.60">
    <repository changeset_revision="acf0e8b718c9" name="package_prodigal_2_60" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="tbl2asn" version="22.4">
    <repository changeset_revision="55f52e5395cd" name="package_tbl2asn_22_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="gnu_parallel" version="20131122">
    <repository changeset_revision="0e1e79b3b7db" name="package_gnu_parallel_20131122" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="barrnap" version="0.3">
    <repository changeset_revision="60763b9e2026" name="package_barrnap_0_3" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="infernal" version="1.1">
    <repository changeset_revision="b5c01b683dc9" name="package_infernal_1_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="minced" version="0.1.4">
    <repository changeset_revision="0cf9719bfe4b" name="package_minced_0_1_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
  </package>
  <package name="prokka" version="1.8">
    <install version="1.0">
      <actions>
        <action type="download_by_url">http://www.vicbioinformatics.com/prokka-1.7.tar.gz</action>
        <action target_filename="bin/prokka" type="download_file">http://www.vicbioinformatics.com/prokka-1.8</action>
        <action type="move_directory_files">
          <source_directory>.</source_directory>
          <destination_directory>$INSTALL_DIR</destination_directory>
        </action>
        <action type="set_environment">
          <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
        </action>
      </actions>
    </install>
    <readme>
Warning: Prokka includes custom databases and is thus about a 2.0 GB download!

Dependencies of Prokka which needs to be installed separately:
- Perl core modules: File::Copy, FindBin, Getopt::Long, List::Util, Scalar::Util, Time::Piece, Time::Seconds;
- Perl modules: Bio::SeqIO from BioPerl ( http://search.cpan.org/dist/BioPerl/ ) &gt;= 1.6.900, XML::Simple ( http://search.cpan.org/dist/XML-Simple/ ).

Configuration: Previously (until Release 2), the PROKKA_SITE_OPTIONS variable in the installed env.sh file was used to adjust the number of CPUs to use (--cpus). This is not used anymore and may be removed.
    </readme>
  </package>
</tool_dependency>