Mercurial > repos > mheinzl > hd
diff hd.py @ 9:c81bc96bea1c draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 772695137fbccb155da4cdd1e0492333b94d0b06
author | mheinzl |
---|---|
date | Tue, 15 May 2018 11:19:07 -0400 |
parents | e2596a4e1c56 |
children | 69aa17354a6e |
line wrap: on
line diff
--- a/hd.py Tue May 15 11:15:22 2018 -0400 +++ b/hd.py Tue May 15 11:19:07 2018 -0400 @@ -498,8 +498,8 @@ d2 = d_2 min_valueList.append(d + d2) min_tagsList.append(tag) - ham1.append.append(d) - ham2.append.append(d2) + ham1.append(d) + ham2.append(d2) difference1 = abs(d - d2) diff11.append(difference1) rel_difference = round(float(difference1) / (d + d2), 1)