We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VFLP/tools/templates/one-queue.sh
Line 89 in 62b6bfe
A missing slash between ${VF_QUEUE_NO} and queue-${VF_QUEUE_NO}.* causes cp fail during the cleanup, leading to a butchered job.
${VF_QUEUE_NO}
queue-${VF_QUEUE_NO}.*
cp ${VF_TMPDIR}/${USER}/VFLP/${VF_JOBLETTER}/${VF_QUEUE_NO_12}/${VF_QUEUE_NO}/workflow/output-files/queues/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/${VF_QUEUE_NO}/queue-${VF_QUEUE_NO}.* ../workflow/output-files/queues/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/ || true
The text was updated successfully, but these errors were encountered:
Thank you for the hint @Vassyli , we will fix this in the next days.
Sorry, something went wrong.
No branches or pull requests
VFLP/tools/templates/one-queue.sh
Line 89 in 62b6bfe
A missing slash between
${VF_QUEUE_NO}
andqueue-${VF_QUEUE_NO}.*
causes cp fail during the cleanup, leading to a butchered job.The text was updated successfully, but these errors were encountered: