Previous changeset 1:fb5e60d4d18a (2016-07-13) Next changeset 3:915aafec8726 (2016-07-14) |
Commit message:
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 64cfc08088d11f6818c1b4e5514ef9e67969eaff-dirty |
modified:
tool_dependencies.xml |
b |
diff -r fb5e60d4d18a -r df9e12da0d13 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jul 13 13:36:37 2016 -0400 +++ b/tool_dependencies.xml Thu Jul 14 12:49:51 2016 -0400 |
b |
@@ -28,12 +28,8 @@ <install version="1.0"> <actions> <action target_directory="bin" type="download_binary"> - <url_template os="darwin"> - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/gff3ToGenePred - </url_template> - <url_template os="linux"> - http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/gff3ToGenePred - </url_template> + <url_template os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/gff3ToGenePred</url_template> + <url_template os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/gff3ToGenePred</url_template> </action> <action type="chmod"> <file mode="750">$INSTALL_DIR/bin/gff3ToGenePred</file> @@ -51,12 +47,8 @@ <install version="1.0"> <actions> <action target_directory="bin" type="download_binary"> - <url_template os="darwin"> - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/gtfToGenePred - </url_template> - <url_template os="linux"> - http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/gtfToGenePred - </url_template> + <url_template os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/gtfToGenePred</url_template> + <url_template os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/gtfToGenePred</url_template> </action> <action type="chmod"> <file mode="750">$INSTALL_DIR/bin/gtfToGenePred</file> @@ -74,12 +66,8 @@ <install version="1.0"> <actions> <action target_directory="bin" type="download_binary"> - <url_template os="darwin"> - http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/genePredToBed - </url_template> - <url_template os="linux"> - http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/genePredToBed - </url_template> + <url_template os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/genePredToBed</url_template> + <url_template os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/genePredToBed</url_template> </action> <action type="chmod"> <file mode="750">$INSTALL_DIR/bin/genePredToBed</file> |