view Makefile @ 733:73070c394dc4
SequenceMixin: args resi_begin and resi_end of set_pdb_chain can be integers
Side effect: matching of pdb identifiers became less accurate,
only integers are compared, but insertion codes not
see #70
author |
boris <bnagaev@gmail.com> |
date |
Fri, 08 Jul 2011 18:53:14 +0200 |
parents |
b291f9c34b49 |
children |
101a23cd98ac |
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 PYTHONPATH=$(PWD
) 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 >
$@