view Makefile @ 639:b6a53615f1e9
allpy.fileio: wrapped some calls into try-finally; EmbossFile should now behave correctly if exceptions occur now
author |
Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
date |
Mon, 30 May 2011 20:38:58 +0400 |
parents |
2841177ebc2b |
children |
45c38f47e571 |
line source
1 components_cif_gz_url = \
2 ftp://ftp.ebi.ac.uk/pub/databases/rcsb/pdb/data/monomers/components.cif.gz
3 codes_py = allpy/data/codes.py
4 components_cif = allpy/data/components.cif
9 nosetests --with-coverage
12 sphinx-autopackage --suffix
=rst --dest-dir
=docs/source/allpy/ allpy
16 rm docs/source/allpy/*
26 $(codes_py
):
$(components_cif
)
27 python allpy/data/mkcodes.py -i
$< -o
$@
30 wget -O -
$(components_cif_gz_url
) | zcat >
$@