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
when trying to use upload_entities for another entity than participant, sample, sampleset, it never works.
df.index.name = [entityname]_id upload_entities(entityname, df)
getting
APIException: Sample_group import failed.: (400) : { "causes": [], "message": "ErrorReport(FireCloud,Unknown firecloud model entity type: sample_group,Some(400 Bad Request),List(),List(),None)", "source": "FireCloud", "stackTrace": [], "statusCode": 400, "timestamp": 162462155497
The text was updated successfully, but these errors were encountered:
saving it as tsv and uploading it manually works so it has to be a problem with the API, right?
Sorry, something went wrong.
No branches or pull requests
when trying to use upload_entities for another entity than participant, sample, sampleset, it never works.
df.index.name = [entityname]_id
upload_entities(entityname, df)
getting
The text was updated successfully, but these errors were encountered: