Open NBKingsley opened 8 years ago
Did you figure this out @NBKingsley ? I'm getting the same error.
I believe the answer was that she is running version 0.3, and that this is fixed in the 1.0 release candidate. There are instructions here for getting that (I need to update the README)
Excellent, that worked. Thanks Camille!
After getting dammit and all of the dependencies installed onto my Ubuntu machine, I tried following the annotation tutorial with the sample data, but the program failed after about four hours with the following error message:
'''
--- Running annotate!
Some tasks failed![dammit.annotate:ERROR] TaskError - taskid:maf_best_hits:cdna_nointrons_utrs.fa.x.orthodb.maf-cdna_nointrons_utrs.fa.x.orthodb.maf.best.csv[dammit.annotate:ERROR] PythonAction Error Traceback (most recent call last): File "/home/nbkingsley/dammitENV/local/lib/python2.7/site-packages/doit/action.py", line 383, in execute returned_value = self.py_callable(*self.args, **kwargs) File "/home/nbkingsley/dammitENV/local/lib/python2.7/site-packages/dammit/tasks.py", line 327, in cmd df = maf.MafParser(maf_fn).read() File "/home/nbkingsley/dammitENV/local/lib/python2.7/site-packages/dammit/fileio/maf.py", line 16, in read return pd.concat(self, ignore_index=True) File "/home/nbkingsley/dammitENV/local/lib/python2.7/site-packages/pandas/tools/merge.py", line 1334, in concat copy=copy) File "/home/nbkingsley/dammitENV/local/lib/python2.7/site-packages/pandas/tools/merge.py", line 1367, in init raise ValueError('No objects to concatenate') ValueError: No objects to concatenate [dammit.annotate:ERROR] ''' Any insights as to the cause of this error?