# HG changeset patch # User mheinzl # Date 1526397547 14400 # Node ID c81bc96bea1c6494dc4fe5d00558f2127132c6af # Parent e2596a4e1c56ed1d0bab44866eae95d4212e078f planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 772695137fbccb155da4cdd1e0492333b94d0b06 diff -r e2596a4e1c56 -r c81bc96bea1c hd.py --- 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) diff -r e2596a4e1c56 -r c81bc96bea1c hd.xml --- a/hd.xml Tue May 15 11:15:22 2018 -0400 +++ b/hd.xml Tue May 15 11:19:07 2018 -0400 @@ -1,5 +1,5 @@ - + python matplotlib