annotate tool_dependencies.xml @ 0:c0ecd158e2a7 draft default tip

Initial public release of the seqprep wrapper, v0.1
author lionelguy
date Wed, 23 Oct 2013 09:44:03 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
1 <?xml version="1.0"?>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
2 <tool_dependency>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
3 <package name="SeqPrep" version="11301c4a5f3222bdb4d0ec30ae5e192e609c0154">
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
4 <install version="1.0">
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
5 <actions>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
6 <action type="shell_command">git clone --recursive git://github.com/jstjohn/SeqPrep.git</action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
7 <action type="shell_command">git reset --hard 11301c4a5f3222bdb4d0ec30ae5e192e609c0154</action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
8 <action type="shell_command">make</action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
9 <action type="make_directory">$INSTALL_DIR/bin</action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
10 <action type="move_file">
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
11 <source>SeqPrep</source>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
12 <destination>$INSTALL_DIR/bin</destination>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
13 </action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
14 <action type="move_file">
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
15 <source>Test/seqlens.py</source>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
16 <destination>$INSTALL_DIR/bin</destination>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
17 </action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
18 <action type="chmod">
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
19 <file mode="750">$INSTALL_DIR/bin/seqlens.py</file>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
20 </action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
21 <action type="set_environment">
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
23 </action>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
24 </actions>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
25 </install>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
26 <readme>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
27 SeqPrep is copyrighted (2011) to John St. John.
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
28 Downloading from https://github.com/jstjohn/SeqPrep
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
29 </readme>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
30 </package>
c0ecd158e2a7 Initial public release of the seqprep wrapper, v0.1
lionelguy
parents:
diff changeset
31 </tool_dependency>