Mercurial > repos > crs4 > sequel
annotate tool_dependencies.xml @ 2:208ce57f9221 draft default tip
Fix version for blat requirement (reported by Bjoern Gruening). Upgrade BWA dependency to v. 0.7.7 . Update Orione citation.
author | crs4 |
---|---|
date | Fri, 18 Jul 2014 09:19:43 -0400 |
parents | ccadfae70b02 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
2
208ce57f9221
Fix version for blat requirement (reported by Bjoern Gruening). Upgrade BWA dependency to v. 0.7.7 . Update Orione citation.
crs4
parents:
1
diff
changeset
|
3 <package name="bwa" version="0.7.7"> |
208ce57f9221
Fix version for blat requirement (reported by Bjoern Gruening). Upgrade BWA dependency to v. 0.7.7 . Update Orione citation.
crs4
parents:
1
diff
changeset
|
4 <repository changeset_revision="def70e393020" name="package_bwa_0_7_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
2
208ce57f9221
Fix version for blat requirement (reported by Bjoern Gruening). Upgrade BWA dependency to v. 0.7.7 . Update Orione citation.
crs4
parents:
1
diff
changeset
|
6 <package name="blat" version="35x1"> |
1
ccadfae70b02
Use $GALAXY_SLOTS instead of $SEQUEL_SITE_OPTIONS. Depend on package_blat_35x1 . Add readme.rst . Update Orione citation.
crs4
parents:
0
diff
changeset
|
7 <repository changeset_revision="cc0f4b49b6f1" name="package_blat_35x1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 8 </package> |
9 <package name="sequel" version="1.0.2"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action target_filename="SEQuel.tar.gz" type="download_by_url">http://bix.ucsd.edu/SEQuel/download/SEQuel.v102.tar.gz</action> | |
13 <action type="move_directory_files"> | |
14 <source_directory>.</source_directory> | |
15 <destination_directory>$INSTALL_DIR</destination_directory> | |
16 </action> | |
17 <action type="set_environment"> | |
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | |
19 </action> | |
20 <action type="set_environment"> | |
21 <environment_variable action="set_to" name="SEQUEL_JAR_PATH">$INSTALL_DIR</environment_variable> | |
22 </action> | |
23 </actions> | |
24 </install> | |
25 <readme> | |
1
ccadfae70b02
Use $GALAXY_SLOTS instead of $SEQUEL_SITE_OPTIONS. Depend on package_blat_35x1 . Add readme.rst . Update Orione citation.
crs4
parents:
0
diff
changeset
|
26 Configuration: Previously (until Release 0), the SEQUEL_SITE_OPTIONS variable in the installed env.sh file was used to adjust the number of threads to use in BWA alignment (-t) or the maximum number of threads for SEQuel (-p) or the minimum number of threads for SEQuel (-u). This is not used anymore and may be removed. |
0 | 27 </readme> |
28 </package> | |
29 </tool_dependency> |