annotate tool_dependencies.xml @ 3:7d6cc3605cee draft

Uploaded updated tool dependency definition.
author devteam
date Tue, 10 Sep 2013 16:41:48 -0400
parents b2814057f286
children e76e81b3eccf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
aea9287960ef Uploaded
devteam
parents:
diff changeset
1 <?xml version="1.0"?>
aea9287960ef Uploaded
devteam
parents:
diff changeset
2 <tool_dependency>
aea9287960ef Uploaded
devteam
parents:
diff changeset
3 <package name="fastx_toolkit" version="0.0.13">
1
1cd326991d32 Uploaded correct tool dependency tarball.
devteam
parents: 0
diff changeset
4 <install version="1.0">
2
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
5 <actions_group>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
6 <actions architecture="x86_64" os="linux">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
7 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_amd64.tar.bz2</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
8 <action type="move_directory_files">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
9 <source_directory>./bin</source_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
11 </action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
12 </actions>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
13 <actions architecture="i386" os="linux">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
14 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
15 <action type="move_directory_files">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
16 <source_directory>./bin</source_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
17 <destination_directory>$INSTALL_DIR/bin</destination_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
18 </action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
19 </actions>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
20 <actions architecture="i686" os="linux">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
21 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
22 <action type="move_directory_files">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
23 <source_directory>./bin</source_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
24 <destination_directory>$INSTALL_DIR/bin</destination_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
25 </action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
26 </actions>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
27 <actions architecture="i386" os="darwin">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
28 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_MacOSX.10.5.8_i386.tar.bz2</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
29 <action type="move_directory_files">
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
30 <source_directory>./bin</source_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
31 <destination_directory>$INSTALL_DIR/bin</destination_directory>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
32 </action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
33 </actions>
3
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
34 <actions architecture="x86_64" os="darwin">
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
35 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_MacOSX.10.5.8_i386.tar.bz2</action>
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
36 <action type="move_directory_files">
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
37 <source_directory>./bin</source_directory>
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
38 <destination_directory>$INSTALL_DIR/bin</destination_directory>
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
39 </action>
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
40 </actions>
2
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
41 <actions>
3
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
42 <package name="libgtextutils" version="0.6">
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
43 <repository changeset_revision="e28dc3aa1665" name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
44 </package>
2
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
45 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
46 <action type="set_environment_for_install">
3
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
47 <repository changeset_revision="e28dc3aa1665" name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
2
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
48 <package name="libgtextutils" version="0.6" />
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
49 </repository>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
50 </action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
51 <action type="shell_command">./configure --prefix=$INSTALL_DIR --disable-wall</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
52 <action type="shell_command">make &amp;&amp; make install</action>
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
53 </actions>
0
aea9287960ef Uploaded
devteam
parents:
diff changeset
54 <action type="set_environment">
1
1cd326991d32 Uploaded correct tool dependency tarball.
devteam
parents: 0
diff changeset
55 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
0
aea9287960ef Uploaded
devteam
parents:
diff changeset
56 </action>
2
b2814057f286 Uploaded tool dependency definition with architecture-dependent installation recipes.
devteam
parents: 1
diff changeset
57 </actions_group>
0
aea9287960ef Uploaded
devteam
parents:
diff changeset
58 </install>
aea9287960ef Uploaded
devteam
parents:
diff changeset
59 <readme>
3
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
60 The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing.
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
61
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
62 Next-Generation sequencing machines usually produce FASTA or FASTQ files, containing multiple short-reads sequences (possibly with quality information).
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
63
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
64 The main processing of such FASTA/FASTQ files is mapping (aka aligning) the sequences to reference genomes or other databases using specialized programs. Example of such mapping programs are: Blat, SHRiMP, LastZ, MAQ and many many others.
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
65
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
66 However, it is sometimes more productive to preprocess the FASTA/FASTQ files before mapping the sequences to the genome - manipulating the sequences to produce better mapping results.
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
67
7d6cc3605cee Uploaded updated tool dependency definition.
devteam
parents: 2
diff changeset
68 The FASTX-Toolkit tools perform some of these preprocessing tasks.
0
aea9287960ef Uploaded
devteam
parents:
diff changeset
69 </readme>
aea9287960ef Uploaded
devteam
parents:
diff changeset
70 </package>
aea9287960ef Uploaded
devteam
parents:
diff changeset
71 </tool_dependency>