Repository 'osra'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/osra

Changeset 3:e44dda38e6ae (2016-03-01)
Previous changeset 2:d2490712b67d (2015-11-01) Next changeset 4:aeb1f7daa7c2 (2017-11-09)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit 83e947d9a1921939ba3b2c3d7067b8a0e72e2757-dirty
modified:
tool_dependencies.xml
b
diff -r d2490712b67d -r e44dda38e6ae tool_dependencies.xml
--- a/tool_dependencies.xml Sun Nov 01 10:35:04 2015 -0500
+++ b/tool_dependencies.xml Tue Mar 01 10:41:20 2016 -0500
b
@@ -23,7 +23,7 @@
                 </action>
 
                 <!--compiling potrace-1.11 -->
-                <action type="download_file">http://potrace.sourceforge.net/download/1.11/potrace-1.11.tar.gz</action>
+                <action type="download_file">https://depot.galaxyproject.org/software/potrace/potrace_1.11_src_all.tar.gz</action>
                 <action type="shell_command">tar xfvz potrace-1.11.tar.gz &amp;&amp; cd potrace-1.11 &amp;&amp; ./configure --with-libpotrace --prefix=$INSTALL_DIR/potrace/build &amp;&amp; make &amp;&amp; make install</action>
 
                 <!--compiling gocr 0.50patched -->