-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
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
Add in path to all files in index directory to copy on Azure correctly. #1964
Conversation
Yo! Why doesn't the current behaviour of copying a directory work here? This would have been tested already on Azure? |
Never tested making the bwa index and saving them. I had just upload the index files already or just made them for the test. |
Merging this in will need some thought because this will change the way we are dealing with indices in pipelines quite a bit and how they are defined by users. What error do you see when using the current behaviour on Azure? |
The error is that nextflow can't find the file to copy over. |
But it should just be a directory no? This should then affect any directory defined as output on Azure? |
That would be my assumption, but i wonder if its just the way the directory contents are referred to. If you add directory/* |
Does |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@adamrtalbot can you take a look? |
I'm still a bit confused, what happens? I've been using BWA on Azure quite a bit and never seen this error, could you provide some steps to reproduce it? |
@adamrtalbot might not be an issue anymore. Maybe we can hold off until it becomes an issue again. |
Closing this until someone flags it as an issue again. |
PR checklist
Closes #627
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware