Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 573 Bytes

Supporting code for creating packages and metapackages for UCSC executables.

The script create-ucsc-packages.py downloads the program listing from UCSC, downloads the source code, and creates recipes for every identified program (currently 115 in v324). There are some special cases handled by the script. The script uses the templates in this directory to be able to compile the tools individually in each recipe.

Change the VERSION variable at the top of the script to update the packages when a new version comes out.