-
Notifications
You must be signed in to change notification settings - Fork 8
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
hca dss put-bundle --files argument error #391
Comments
Your command has That input definitely sounds like a bug. @jeffrey856 Do you think you can fix it? |
I will take this issue up! |
|
When attempting to run
hca dss put-bundle --creator-uid 0 --uuid fff54b87-26fe-42a9-be54-3f5a7ef8176e --version 2019-03-26T131455.775610Z --replica aws --files '[{"uuid": "258080d4-1c7b-4a82-a95a-8842d9588618","version":"2019-02-26T195643.678045Z","name":"SRR6575901_2.fastq.gz","indexed":"False"}]'' --creator-uid 0
I ran into the error:
It seems to trying to
load()
the input initially which turns it into a dictionary from a string. It then tries make sure it is an object from the swagger validation using that string.The text was updated successfully, but these errors were encountered: