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
[SCHEMATIC-183] Use paths from file view for manifest generation #1529
base: develop
Are you sure you want to change the base?
[SCHEMATIC-183] Use paths from file view for manifest generation #1529
Changes from 89 commits
8a80ce3
a2de0c4
45193a1
80b6bda
d810576
b1e60af
33796b4
62d8b28
8b012d3
8e670ad
c90ebf0
f9b9bcc
be4f6b6
b39afe2
566e741
86fb15d
2fa1ad6
cd6713b
9438811
e076770
19188ea
c46a100
ccead76
26e5539
2f835bd
f228245
ae11b85
2daacb9
2982d8e
a1e0783
450fbdf
b16bf55
8d50e1a
1336fc6
c61f39c
ce4d642
31f3f1d
256403c
856fef6
d6fc9ad
08008ae
d0aa01d
38cedd5
22f0bba
4580e06
ce5c349
d661b9a
951a061
89fb9a8
0c9e773
ab4ece7
65acb33
2e6d51f
9a00288
2170974
65fb55d
5e891ef
4d6fd09
5f5cc43
3f90ef0
f4ad7a1
ee43ad6
5a4cd90
59c5a69
d2eee35
0eddd47
5fcbeb1
a1b0c90
c43debc
89a2b9f
9cdad89
51983bc
84011b0
3471e18
82082be
c542241
8a314a7
bc9f479
79f5bda
5d0599b
c1cd79a
feb82e8
c1587c6
2769d6a
dd9d6a9
800a4cd
95cfeed
9701078
7cd0ce0
65dcc35
f9d037d
e07f973
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.
Would it be worthwhile documenting somewhere that if people upload a file with "manifest" in the name it will be included here?
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.
@thomasyu888 I think we could note that higher up in the docstring instead of under one of the parameters and in the description of the
storage/dataset/files
endpoint.as an aside, do we know of any users that don't use the default basename and change it in their configs? I guess we could also just check for both
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.
@GiaJordan good point, for now, I searched "basename" in the data_curator_config: https://github.com/search?q=repo%3ASage-Bionetworks%2Fdata_curator_config%20basename&type=code and didn't get anything returned, but we'll probably want to watch for that eventually to pull from the basename config instead of using "manifest" because people can technically change that.
Can you help create a ticket for that to track?
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.
Yes I can. It could also be technically changed locally in the
config.yml
but I'm not aware of projects that change that parameter currently