annotate tool_dependencies.xml @ 1:9a8c3022f087 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
author iuc
date Sat, 24 Oct 2015 19:00:01 -0400
parents b05f8bf909cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
2 <tool_dependency>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
3 <package name="golang" version="1.5.1">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
4 <repository changeset_revision="89ef34e3f3b7" name="package_golang_1_5_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
5 </package>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
6 <package name="golang_test" version="1.0">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
7 <install version="1.0">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
8 <actions>
1
9a8c3022f087 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents: 0
diff changeset
9 <action type="download_by_url">https://github.com/erasche/bin-fasta/archive/415756dcd3573f330a39b073c9a314b840c189e0/master.zip</action>
0
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
10
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
11 <action type="set_environment_for_install">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
12 <repository changeset_revision="89ef34e3f3b7" name="package_golang_1_5_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
13 <package name="golang" version="1.5.1" />
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
14 </repository>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
15 </action>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
16
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
17 <action type="shell_command">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
18
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
19 export GOPATH=`pwd`/.. &amp;&amp; \
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
20 go get $(go list -f '{{ join .Imports " " }}' .) &amp;&amp; \
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
21 go build -o bin_fasta bin_fasta.go
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
22
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
23 </action>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
24
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
25 <action type="move_file">
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
26 <source>bin_fasta</source>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
27 <destination>$INSTALL_DIR/bin</destination>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
28 </action>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
29 </actions>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
30 </install>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
31 <readme>Testing go compilation</readme>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
32 </package>
b05f8bf909cf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_golang_test commit 937392a63c5ed7cf8ca61f9e1a25bd419667b0ab
iuc
parents:
diff changeset
33 </tool_dependency>