Closed Slugger70 closed 1 year ago
This is almost certainly not a Freebayes problem.
This is supposed to be fixed by https://github.com/galaxyproject/galaxy/pull/8625. If we setup the galaxy framework tests within the pulsar CI to target a pulsar without shared filesystem we will know for sure.
I'm not sure if this is a Freebayes issue or if it's a deeper problem with Pulsar but I've put it here for comment.
When freebayes makes the links to the bam file and the index, for some reason when running on Pulsar the index gets linked to the originating Galaxy server metadata file location and not the inputs file directory on Pulsar
The two links in the pulsar working directory are:
where /mnt/galaxy is the location of Galaxy on the originating server.
The offending code in the freebayes.xml file:
Both the bam file and the index file get copied by pulsar to job's inputs directory.