I created a wrapper for the NEAT-genReads NGS simulation tool but I am running into the dreaded "Tool error: Unable to finish job", but only on ecoli-size genomes, only on the DOCKER version of Galaxy and NOT because of missing dependencies (which is the usual reason for this error, as I see in other posts on this subject).
I AM able to successfully run the tool on a small genome (chrMT of hg19) so there are no missing dependencies etc. I don't see ANYTHING in the logs (I set -e "GALAXY_LOGGING=full" when starting the docker image) not is there anything in the stdout, stderr nor in the error log of the tool itself...
I am also able to run the tool successfully on the PLANEMO Virtual Appliance that I use for the development and testing of the wrapper
Here's how it looks on the DOCKER version:
And here's how it looks on the Planemo version (same file Ecoli genome)
The likely culprit is the BAM file, since if I choose NOT to create the BAM file, it DOES correctly finish on the DOCKER version, but I double checked that samtools is installed on the DOCKER image (it obviously is) so can't be that. I am stumped and hope that someone can help me figure out why the DOCKER version is not working, while on the PLANEMO vm it is working fine...
No..It's not diskspace on /tmp neither...
Thanks!
Hello, I've asked the developers to help. Meanwhile, could you comment back with the version/source of Planemo and Docker that you are comparing? Thanks! Jen, Galaxy team
Not sure how to check for version numbers on the Galaxy I am using on Docker and Planemo. I looked in the Planemo build and see a file named:
release_17.05_receipt
So, guessing Planemo version is 17.05
Could not find something similar for the Docker version, but the git entry TOC goes up to 17.09
https://github.com/bgruening/docker-galaxy-stable
So, neither of them are using 18 I think