annotate tool_dependencies.xml @ 0:c1b72442ee05 draft

Imported from capsule None
author iuc
date Tue, 27 Jan 2015 09:01:29 -0500
parents
children a82a68a3374e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="squid" version="1.9g">
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="download_by_url" target_filename="squid-1.9g.tar.gz">http://selab.janelia.org/software/squid/squid.tar.gz</action>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="autoconf">--enable-lfs</action>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
8 <action type="set_environment">
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
9 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
10 <environment_variable name="SQUID_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
11 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
12 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
14 </action>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
15 </actions>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
16 </install>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
17 <readme>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
18 <![CDATA[
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
19 SQUID - library of functions for biological sequence analysis
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
20 Copyright (C) 1992-2002 Washington University School of Medicine
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
21
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
22 SQUID is a freely redistributable library of C code functions for
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
23 sequence analysis. SQUID also includes a number of small utility
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
24 programs.
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
25
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
26 To install squid, see the file:
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
27 INSTALL -- instructions for installing the programs
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
28
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
29 If you have any questions about redistributing squid or using
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
30 squid code in your own work, see the files:
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
31 COPYRIGHT -- copyright notice, and information on my distribution policy
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
32 LICENSE -- version 2 of the GNU Public License (see COPYRIGHT)
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
33
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
34 For a web page with more information on squid, see:
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
35 http://www.genetics.wustl.edu/eddy/software/#squid
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
36
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
37 You can always download the latest stable release of squid from:
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
38 ftp://ftp.genetics.wustl.edu/pub/eddy/software/squid.tar.gz
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
39
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
40 The development codebase is available by anonymous CVS:
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
41 cvs -d :pserver:anonymous@skynet.wustl.edu:/repository/sre login
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
42 (password "anonymous")
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
43 cvs -d :pserver:anonymous@skynet.wustl.edu:/repository/sre checkout squid
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
44
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
45 If you encounter any bugs in this library, or you have any questions
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
46 or comments, please e-mail me at the address below. Due to limited
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
47 personal time, I may not respond, but I do read all my mail.
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
48
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
49 Sean Eddy
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
50 eddy@genetics.wustl.edu
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
51
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
52 HHMI/Dept. of Genetics
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
53 Washington University School of Medicine
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
54 660 South Euclid Box 8232
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
55 Saint Louis Missouri 63110
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
56 USA
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
57 ]]>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
58 </readme>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
59 </package>
c1b72442ee05 Imported from capsule None
iuc
parents:
diff changeset
60 </tool_dependency>