Hello, I have a line in python:
resultsdir = "."
job.downloadResults(directory=resultsdir)
Once the code is run, it takes time for the job to finish, but it is being executed successfully, and when I log the directory in which the results are being downloaded, it gives me this directory:
/galaxy_share/database/job_working_directory2/095/95512/working
But when I cd into the directory, the folder 095 has no contents present in it, but the job is being shown as successfully executed, may I know why this is happening or where can I find my download files so that I can access them from my code.