annotate tools/clinod/tool_dependencies.xml @ 9:b6ea129299ea draft default tip

v0.1.1 - Added bio.tools xref
author peterjc
date Tue, 12 Mar 2024 16:07:47 +0000
parents 4863b1dbe8f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
1 <?xml version="1.0"?>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
2 <tool_dependency>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
3 <package name="clinod" version="1.3">
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
4 <install version="1.0">
7
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
5 <actions_group>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
6 <!-- Download the JAR, and SNNS binary for 64bit Linux -->
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
7 <actions os="linux" architecture="x86_64">
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
8 <!-- Main JAR file -->
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
9 <!-- Original URL http://www.compbio.dundee.ac.uk/www-nod/downloads/clinod-1.3.jar -->
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
10 <action type="download_file" sha256sum="45d80662ba109a7af28aeafcfb2ca417a7d575ac3700f69bd40965a69d41e072" target_filename="clinod-1.3.jar">https://depot.galaxyproject.org/software/clinod/clinod_1.3_src_all.jar</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
11 <action type="move_file"><source>clinod-1.3.jar</source><destination>$INSTALL_DIR/</destination></action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
12 <!-- clinod requires the SNNS Batch Interpreter v1.0 executable -->
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
13 <!-- Original URL http://www.ra.cs.uni-tuebingen.de/downloads/SNNS/SNNSv4.3.tar.gz -->
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
14 <action type="download_file" sha256sum="54bf92d23e9198f9030a3c3d2b741472e9b8660b27d3b419ade6393b1ebf6f62" target_filename="SNNSv4.3.tar.gz">https://depot.galaxyproject.org/software/SNNS/SNNS_4.3_linux_x64.tar.gz</action>
8
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
15 <action type="shell_command">tar -zxvf SNNSv4.3.tar.gz SNNSv4.3/tools/bin/x86_64-pc-unknown-linux-gnuoldld/batchman</action>
7
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
16 <action type="move_file"><source>SNNSv4.3/tools/bin/x86_64-pc-unknown-linux-gnuoldld/batchman</source><destination>$INSTALL_DIR/</destination></action>
8
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
17 <!-- Use the BioConda Python wrapper script to put 'clinod' in the install dir -->
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
18 <action type="download_file" sha256sum="54de81f6ce9a30cee29a63b400d9a365c4a27d6efffa0096f3adcd91c1ce9066" target_filename="clinod">https://raw.githubusercontent.com/bioconda/bioconda-recipes/487d5fd2d993de578c9380d8da7a0dd0405836e7/recipes/clinod/clinod.py</action>
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
19 <action type="shell_command">chmod a+x ./clinod</action>
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
20 <action type="move_file"><source>clinod</source><destination>$INSTALL_DIR/</destination></action>
7
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
21 </actions>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
22 <actions>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
23 <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
24 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
25 <action type="shell_command">uname</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
26 <action type="shell_command">arch</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
27 <action type="shell_command">echo "Please report this via https://github.com/peterjc/pico_galaxy/issues - thank you!"</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
28 <action type="shell_command">false</action>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
29 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
30 </actions>
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
31 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
32 <!-- Set environment variable $CLINOD so wrapper knows where to look -->
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
33 <action type="set_environment">
7
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
34 <environment_variable name="CLINOD" action="set_to">$INSTALL_DIR/</environment_variable>
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
35 </action>
7
f61366a4a14e v0.0.10 Internal changes to command line handling
peterjc
parents: 5
diff changeset
36 </actions_group>
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
37 </install>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
38 <readme>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
39 Downloads and installs the command line NoD (clinod) JAR file and the binary
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
40 dependency batchman, and sets $CLINOD to the folder used.
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
41
5
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
42 We could download, compile and install the SNNS Batch Interpreter v1.0 executable
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
43 (batchman) from Stuttgart Neural Network Simulator (SNNS) v4.2. However, we simplify
8
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
44 this by downloading SNNS v4.3 which includes the precompiled copy of batchman.
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
45
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
46 For more details, see:
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
47 http://www.compbio.dundee.ac.uk/www-nod/downloads.jsp
8
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
48
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
49 Additionally, to match the BioConda package a wrapper script clinod is also
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
50 installed, see https://anaconda.org/bioconda/clinod and recipe source at
4863b1dbe8f0 "Update all the pico_galaxy tools on main Tool Shed"
peterjc
parents: 7
diff changeset
51 https://github.com/bioconda/bioconda-recipes/tree/master/recipes/clinod
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
52 </readme>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
53 </package>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
54 </tool_dependency>