annotate tool_dependencies.xml @ 2:81a0c1c27ec8 draft default tip

Uploaded
author iuc
date Fri, 16 May 2014 19:46:52 -0400
parents 3480daf4ed27
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8a8adbf98ecc First upload
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
2 <tool_dependency>
2
81a0c1c27ec8 Uploaded
iuc
parents: 1
diff changeset
3 <package name="bowtie2" version="2.1.0">
0
8a8adbf98ecc First upload
iuc
parents:
diff changeset
4 <repository changeset_revision="606d435a57a4" name="package_bowtie2_2_1_0" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" />
8a8adbf98ecc First upload
iuc
parents:
diff changeset
5 </package>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
6 <package name="fastq_screen" version="0.4.2">
8a8adbf98ecc First upload
iuc
parents:
diff changeset
7 <install version="1.0">
8a8adbf98ecc First upload
iuc
parents:
diff changeset
8 <actions>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
9 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/fastq_screen_v0.4.2.tar.gz</action>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
10 <action type="move_directory_files">
8a8adbf98ecc First upload
iuc
parents:
diff changeset
11 <source_directory>.</source_directory>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
12 <destination_directory>$INSTALL_DIR</destination_directory>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
13 </action>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
14 <action type="set_environment">
8a8adbf98ecc First upload
iuc
parents:
diff changeset
15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
16 </action>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
17 </actions>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
18 </install>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
19 <readme>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
20 Galaxy wrapper for http://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/ from Simon Andrews.
8a8adbf98ecc First upload
iuc
parents:
diff changeset
21 Useful if you want to (eg) check your RNA sequence from a cell culture for contamination from (eg) Mycoplasma Genitalium, or if you have sequence from an unknown organism :(
8a8adbf98ecc First upload
iuc
parents:
diff changeset
22 Permanently set to use your Galaxy bowtie2 indices - expects Bowtie2 to be installed so the Galaxy package_bowtie2 is installed if it's not already there.
8a8adbf98ecc First upload
iuc
parents:
diff changeset
23
8a8adbf98ecc First upload
iuc
parents:
diff changeset
24 ###WARNING### The fastq_screen perl script requires that the GD::Graph http://search.cpan.org/~bwarfield/GDGraph/Graph.pm module be installed.
8a8adbf98ecc First upload
iuc
parents:
diff changeset
25 Otherwise, NO plot will be created. This wrapper relies on the system perl - a proper Galaxy perl dependency is just too icky to think about.
8a8adbf98ecc First upload
iuc
parents:
diff changeset
26
8a8adbf98ecc First upload
iuc
parents:
diff changeset
27 Send code if you think otherwise.
8a8adbf98ecc First upload
iuc
parents:
diff changeset
28 </readme>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
29 </package>
8a8adbf98ecc First upload
iuc
parents:
diff changeset
30
8a8adbf98ecc First upload
iuc
parents:
diff changeset
31 </tool_dependency>