comparison hd.py @ 13:5b0a95f205ad draft

planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 29bc65d5627553741c83ce1f298223e2b266f7c8
author mheinzl
date Tue, 15 May 2018 14:23:10 -0400
parents 7adc48c8a03d
children 883e6381ba29
comparison
equal deleted inserted replaced
12:e37b1f602ffc 13:5b0a95f205ad
931 #### FSD #### 931 #### FSD ####
932 summary5, sumCol5 = createTableFSD2(familySizeList1, diff=False) 932 summary5, sumCol5 = createTableFSD2(familySizeList1, diff=False)
933 overallSum5 = sum(sumCol5) 933 overallSum5 = sum(sumCol5)
934 934
935 ### HD of both parts of the tag #### 935 ### HD of both parts of the tag ####
936 summary9, sumCol9 = createTableHDwithTags([numpy.array(minHDs), HDhalf1, HDhalf2]) 936 summary9, sumCol9 = createTableHDwithTags([HDhalf1, HDhalf2,numpy.array(minHDs)])
937 overallSum9 = sum(sumCol9) 937 overallSum9 = sum(sumCol9)
938 938
939 ## HD 939 ## HD
940 # absolute difference 940 # absolute difference
941 summary11, sumCol11 = createTableHD(listDifference1, "diff=") 941 summary11, sumCol11 = createTableHD(listDifference1, "diff=")