Mercurial > repos > koen > gbsx
annotate tool_dependencies.xml @ 23:3b325560887b draft default tip
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
author | koen |
---|---|
date | Tue, 26 Jan 2016 07:56:34 -0500 |
parents | 062399f3787f |
children |
rev | line source |
---|---|
4 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
22
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
3 <package name="GBSX" version="1.2"> |
4 | 4 <install version="1.0"> |
5 <actions> | |
22
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
6 <action type="download_by_url">https://github.com/GenomicsCoreLeuven/GBSX/releases/download/v1.2/GBSX_v1.2.jar</action> |
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
7 <action type="move_file" rename_to="GBSX.jar"><source>GBSX_v1.2.jar</source><destination>$INSTALL_DIR</destination></action> |
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
8 <action type="download_by_url">https://github.com/GenomicsCoreLeuven/GBSX/releases/download/v1.2/GBSX_digest_v1.1.pl</action> |
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
9 <action type="move_file" rename_to="GBSX_digest.pl"><source>GBSX_digest_v1.1.pl</source><destination>$INSTALL_DIR</destination></action> |
17 | 10 <action type="set_environment"> |
18 | 11 <environment_variable name="GBSX_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
17 | 12 </action> |
4 | 13 </actions> |
14 </install> | |
15 <readme>Installs the GBSX jar.</readme> | |
16 </package> | |
22
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
17 <package name="bioperl" version="1.6.922"> |
23
3b325560887b
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
22
diff
changeset
|
18 <repository name="package_bioperl_1_6" changeset_revision="5ef71da82044" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu/" /> |
22
062399f3787f
new version of gbsx: v1.2 with barcodeGenerator, demultiplex and digest
koen
parents:
18
diff
changeset
|
19 </package> |
4 | 20 </tool_dependency> |