Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Working azure download flow #106
base: main
Are you sure you want to change the base?
Working azure download flow #106
Changes from all commits
07f7c75
9046cea
6f31312
54ac476
4905770
b062d45
bd33883
844b657
c4a3698
4b0e43b
071f877
29cddb5
28b90f6
d0cd3d2
9cf400f
50d130d
9007a3c
9d25653
718861c
533758e
03170a8
9ecce48
4157651
9ca9448
2803413
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Use the same output dir as for the
run-batch
command. This way, the file paths in the metadata will always be the same as the those created by the batch command, which is desirable for maintaining consistency in output folder structure. However, this would require changing the bind mount above to mount to the container's root, instead of/cfa-epinow2-pipeline
.What do you think?
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.
I like the point about consistency, but I think we should follow the pattern of this one, not
run-batch
. We want the local run to write into the bind mount, which this edit would prevent.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.
But what if we change the bind mount to be
/
inside the container for this make command?Check warning on line 22 in R/azure.R
Codecov / codecov/patch
R/azure.R#L18-L22
Check warning on line 47 in R/azure.R
Codecov / codecov/patch
R/azure.R#L47
Check warning on line 49 in R/azure.R
Codecov / codecov/patch
R/azure.R#L49
Check warning on line 53 in R/azure.R
Codecov / codecov/patch
R/azure.R#L51-L53
Check warning on line 60 in R/azure.R
Codecov / codecov/patch
R/azure.R#L56-L60
Check warning on line 66 in R/azure.R
Codecov / codecov/patch
R/azure.R#L63-L66
Check warning on line 99 in R/azure.R
Codecov / codecov/patch
R/azure.R#L97-L99
Check warning on line 105 in R/azure.R
Codecov / codecov/patch
R/azure.R#L105
Check warning on line 118 in R/azure.R
Codecov / codecov/patch
R/azure.R#L114-L118
Check warning on line 129 in R/azure.R
Codecov / codecov/patch
R/azure.R#L127-L129
Check warning on line 133 in R/azure.R
Codecov / codecov/patch
R/azure.R#L133
Check warning on line 138 in R/azure.R
Codecov / codecov/patch
R/azure.R#L135-L138