Obiclean index error
Hi, I've been getting this error in Obiclean which seems to prevent the sequences from being processed and written:
File "/Users/18934197/Desktop/obitools_4/OBITools-1.2.9/bin/obiclean", line 202, in graph.addEdge(index1=i, index2=j) File "/Users/18934197/Desktop/obitools_4/OBITools-1.2.9/lib/python2.7/site-packages/obitools/graph/init.py", line 360, in addEdge index2=self.addNode(node2, index2) File "/Users/18934197/Desktop/obitools_4/OBITools-1.2.9/lib/python2.7/site-packages/obitools/graph/init.py", line 195, in addNode raise IndexError,"This index is not used in this graph..." IndexError: This index is not used in this graph... DONE
I do not get this error with samples that only contain singletons - they are processed correctly and written to fasta files.