I am trying to add a multi sequence alignment tool (PASTA) to my local instance of galaxy. Currently I have a python script that calls the bioinformatics alignment software and it works, and I have a working wrapper for my python script. However, when on galaxy I get the following strange error for a directory in galaxy and I do not understand how to read this error or what I should do to solve it.
Error:
OSError: [Errno 16] Device or resource busy: '/home/usr/galaxy/database/tmp/pymp-17OSe8/.nfs00000000a0004b85000002d4'
When I attempt to find this file, it does not exist. I have a hunch that galaxy is attempting to remove a file that doesn't exist, but I don't understand why this directory exists, and why it is trying to access a file that is no longer there. Can someone explain to me what galaxy is trying to here, or what this error means?
Thanks!