annotate tools/nlstradamus/tool_dependencies.xml @ 5:e8f15b0136cd draft default tip

v0.0.11 dependency packaging update
author peterjc
date Wed, 01 Feb 2017 09:16:28 -0500
parents 1458e60f3fd0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
1 <?xml version="1.0"?>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
2 <tool_dependency>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
3 <package name="NLStradamus" version="1.8">
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
4 <install version="1.0">
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
5 <actions>
5
e8f15b0136cd v0.0.11 dependency packaging update
peterjc
parents: 4
diff changeset
6 <!-- Original URL http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/NLStradamus.1.8.tar.gz -->
e8f15b0136cd v0.0.11 dependency packaging update
peterjc
parents: 4
diff changeset
7 <action type="download_by_url" sha256sum="73ef3a77c6c1132f213d44bc2a48a8182e652b01b8cd83d06b30832a682ec0d0" target_filename="NLStradamus.1.8.tar.gz">https://depot.galaxyproject.org/software/NLStradamus/NLStradamus_1.8_src_all.tar.gz</action>
4
1458e60f3fd0 v0.0.10 internal changes; v0.0.9 citation
peterjc
parents: 2
diff changeset
8 <!-- Although v1.7 used a subfolder in the tar-ball, v1.8 did not -->
2
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
9 <action type="shell_command">g++ NLStradamus.cpp -o NLStradamus -O3</action>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
10 <action type="move_file"><source>NLStradamus</source><destination>$INSTALL_DIR/</destination></action>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
11 <action type="set_environment">
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
13 </action>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
14 </actions>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
15 </install>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
16 <readme>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
17 This downloads NLStradamus v1.8 from this folder,
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
18 http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
19
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
20 The C++ tool is compiled as described in the README_C.txt file, using g++, and included in the $PATH.
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
21
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
22 The older slower Perl implementation is not installed.
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
23 </readme>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
24 </package>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
25 </tool_dependency>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
26