Mercurial > repos > crs4 > sspace
annotate tool_dependencies.xml @ 3:b3a6b51c44e0 draft default tip
Fix missing requirement.
author | crs4 |
---|---|
date | Mon, 27 Oct 2014 14:13:48 -0400 |
parents | bc4451edb703 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
2
bc4451edb703
Update Orione citation. Update dependency to SSPACE Basic v2.1 . Add <citations>.
crs4
parents:
1
diff
changeset
|
3 <package name="bowtie" version="1.0.0"> |
bc4451edb703
Update Orione citation. Update dependency to SSPACE Basic v2.1 . Add <citations>.
crs4
parents:
1
diff
changeset
|
4 <repository changeset_revision="9fcaaedbbfd6" name="package_bowtie_1_0_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> |
bc4451edb703
Update Orione citation. Update dependency to SSPACE Basic v2.1 . Add <citations>.
crs4
parents:
1
diff
changeset
|
5 </package> |
bc4451edb703
Update Orione citation. Update dependency to SSPACE Basic v2.1 . Add <citations>.
crs4
parents:
1
diff
changeset
|
6 <package name="sspace" version="2.1"> |
0 | 7 <install version="1.0"> |
8 <actions> | |
2
bc4451edb703
Update Orione citation. Update dependency to SSPACE Basic v2.1 . Add <citations>.
crs4
parents:
1
diff
changeset
|
9 <action target_filename="sspace_basic-2.1.tar.gz" type="download_by_url">https://github.com/nsoranzo/sspace_basic/archive/v2.1.tar.gz</action> |
0 | 10 <action type="move_directory_files"> |
11 <source_directory>.</source_directory> | |
12 <destination_directory>$INSTALL_DIR</destination_directory> | |
13 </action> | |
14 <action type="set_environment"> | |
2
bc4451edb703
Update Orione citation. Update dependency to SSPACE Basic v2.1 . Add <citations>.
crs4
parents:
1
diff
changeset
|
15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> |
0 | 16 </action> |
17 </actions> | |
18 </install> | |
19 <readme> | |
1
93fa7ecb5292
Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
0
diff
changeset
|
20 Configuration: Previously (until Release 0), the SSPACE_SITE_OPTIONS variable in the installed env.sh file was used to adjust the number of threads to use in Bowtie alignment (-T). This is not used anymore and may be removed. |
0 | 21 </readme> |
22 </package> | |
23 </tool_dependency> |