Package: conservation-code / 20110309.0-3

Metadata

Package Version Patches format
conservation-code 20110309.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
examples | (download)

2plc__hssp-filtered.aln | 38 38 + 0 - 0 !
1 file changed, 38 insertions(+)

 example file
script_name | (download)

score_conservation.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change interpreter and remove extension from script
 Policy 1.4.2 Interpreter Location: 'The preferred specification for the Python interpreter is /usr/bin/python'.
 Policy 10.4 Scripts: 'the script name should not include an extension'.
numpy.numarray | (download)

score_conservation.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix import of numarray from numpy.numarray
default_matrix_path | (download)

score_conservation.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct path to packaged default matrix file
optimize_loop | (download)

score_conservation.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 move code outside of loop
stockholm_format | (download)

score_conservation.py | 18 13 + 5 - 0 !
1 file changed, 13 insertions(+), 5 deletions(-)

 allow parsing of stockholm format as well
Python3 prints | (download)

score_conservation.py | 43 22 + 21 - 0 !
1 file changed, 22 insertions(+), 21 deletions(-)

 use python3 style print()

usage | (download)

score_conservation.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 usage() takes print stream parameter