viralrecall
viralrecall copied to clipboard
Unknown issue
Hello, I've been trying to run ViralRecall, both using the test provided and with my own data, but it always gives me the following error:
Traceback (most recent call last):
File "/opt/viralrecall/viralrecall.py", line 733, in <module>
status = main()
File "/opt/viralrecall/viralrecall.py", line 725, in main
run_program(newinput, newproject, database, window, phagesize, minscore, minhit, evalue, cpus, plotflag, redo, flanking, batch, summary_file, contiglevel)
File "/opt/viralrecall/viralrecall.py", line 475, in run_program
summary = summary.append(data)
File "/opt/Anaconda3/envs/viralrecall/lib/python3.10/site-packages/pandas/core/generic.py", line 5989, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?
Any idea what the issue might be?