annotate tool_dependencies.xml @ 4:d5464c9e1723 draft

Add support for paired collection of FASTQ (thanks to Inge Alexander Raknes).
author crs4
date Tue, 17 Mar 2015 10:44:33 -0400
parents ddcbf8732706
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
1 <?xml version="1.0"?>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
2 <tool_dependency>
1
f77ce4f92b46 Use $GALAXY_SLOTS instead of $EDGE_PRO_SITE_OPTIONS. Add dependency on bowtie2. Add readme.rst .
crs4
parents: 0
diff changeset
3 <package name="bowtie2" version="2.1.0">
3
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 1
diff changeset
4 <repository changeset_revision="017a00c265f1" name="package_bowtie2_2_1_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
1
f77ce4f92b46 Use $GALAXY_SLOTS instead of $EDGE_PRO_SITE_OPTIONS. Add dependency on bowtie2. Add readme.rst .
crs4
parents: 0
diff changeset
5 </package>
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
6 <package name="edge-pro" version="1.3.1">
7af33315bc5e Uploaded
crs4
parents:
diff changeset
7 <install version="1.0">
7af33315bc5e Uploaded
crs4
parents:
diff changeset
8 <actions>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
9 <action type="download_by_url">http://ccb.jhu.edu/software/EDGE-pro/EDGE_pro_v1.3.1.tar.gz</action>
3
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 1
diff changeset
10 <!-- Search executables in PATH instead of the CWD -->
ddcbf8732706 Fix edge-pro tool dependency (uninstall and install again the tool dependency if you were encountering errors like &#39;Can&#39;t exec &#34;./bowtie2-build&#34;: No such file or directory&#39;). Update Orione citation.
crs4
parents: 1
diff changeset
11 <action type="shell_command">sed -i -e 's|$sourceDir/||' edge.pl</action>
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
12 <action type="shell_command">make</action>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
13 <action type="move_file">
7af33315bc5e Uploaded
crs4
parents:
diff changeset
14 <source>count</source>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
15 <destination>$INSTALL_DIR/bin</destination>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
16 </action>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
17 <action type="move_file">
7af33315bc5e Uploaded
crs4
parents:
diff changeset
18 <source>edge.pl</source>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
19 <destination>$INSTALL_DIR/bin</destination>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
20 </action>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
21 <action type="set_environment">
1
f77ce4f92b46 Use $GALAXY_SLOTS instead of $EDGE_PRO_SITE_OPTIONS. Add dependency on bowtie2. Add readme.rst .
crs4
parents: 0
diff changeset
22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
23 </action>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
24 </actions>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
25 </install>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
26 <readme>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
27 Dependencies of EDGE-pro which needs to be installed separately:
1
f77ce4f92b46 Use $GALAXY_SLOTS instead of $EDGE_PRO_SITE_OPTIONS. Add dependency on bowtie2. Add readme.rst .
crs4
parents: 0
diff changeset
28 - Switch Perl module ( http://search.cpan.org/~rgarcia/Switch/Switch.pm ).
f77ce4f92b46 Use $GALAXY_SLOTS instead of $EDGE_PRO_SITE_OPTIONS. Add dependency on bowtie2. Add readme.rst .
crs4
parents: 0
diff changeset
29
f77ce4f92b46 Use $GALAXY_SLOTS instead of $EDGE_PRO_SITE_OPTIONS. Add dependency on bowtie2. Add readme.rst .
crs4
parents: 0
diff changeset
30 Configuration: Previously (until Release 0), the EDGE_PRO_SITE_OPTIONS variable in the installed env.sh file was used to adjust the number of threads to use (--num-threads). This is not used anymore and may be removed.
0
7af33315bc5e Uploaded
crs4
parents:
diff changeset
31 </readme>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
32 </package>
7af33315bc5e Uploaded
crs4
parents:
diff changeset
33 </tool_dependency>