Mercurial > repos > rnateam > graphclust_postprocessing
diff evaluation.py @ 4:dbcea781900e draft
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CollectResults commit f971832d2b34a182314e5201ea6895dd207c5923
author | rnateam |
---|---|
date | Mon, 13 Mar 2017 17:54:32 -0400 |
parents | a8fde40f00fc |
children | 911e58500508 |
line wrap: on
line diff
--- a/evaluation.py Sat Jan 21 17:25:15 2017 -0500 +++ b/evaluation.py Mon Mar 13 17:54:32 2017 -0400 @@ -20,8 +20,8 @@ numberOfClusters += 1 with open(singleFile, "r") as f: for line in f.readlines(): - uniqueId = line.split()[7] - clustNum = line.split()[1] + uniqueId = line.split()[8] + clustNum = line.split()[2] rnaClass, sep, tail = uniqueId.partition("_") listOfClasses.append(rnaClass) listOfClusters.append(clustNum)