# HG changeset patch # User iuc # Date 1453838008 18000 # Node ID 921f8fbe46881b7ccd90083d93314393a6460754 # Parent e89d0691dcdac0c5882ab30b685b4526fa9fdd33 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_genometools_1_5_7 commit ef70edc74e958c32231f632339da032403d2a55a diff -r e89d0691dcda -r 921f8fbe4688 tool_dependencies.xml --- a/tool_dependencies.xml Wed Dec 23 04:57:13 2015 -0500 +++ b/tool_dependencies.xml Tue Jan 26 14:53:28 2016 -0500 @@ -1,21 +1,14 @@ - - - - http://genometools.org/pub/genometools-1.5.7.tar.gz - - - - + + https://depot.galaxyproject.org/software/genometools/genometools_1.5.7_src_all.tar.gz - - + make 64bit=yes cairo=no prefix=$INSTALL_DIR install $INSTALL_DIR/lib/python - python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin + cd gtpython && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin $INSTALL_DIR $INSTALL_DIR/lib/python @@ -25,7 +18,7 @@ -The GenomeTools genome analysis system is a collection of bioinformatics tools (in the realm of genome informatics) combined into a single binary named gt. +The GenomeTools genome analysis system is a collection of bioinformatics tools (in the realm of genome informatics) combined into a single binary named gt. It is based on a C library named “libgenometools” which consists of several modules. For more details, see: @@ -33,3 +26,4 @@ +