Skip to content
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

Unknown firecloud model entity type #38

Open
jkobject opened this issue Jun 25, 2021 · 1 comment
Open

Unknown firecloud model entity type #38

jkobject opened this issue Jun 25, 2021 · 1 comment

Comments

@jkobject
Copy link
Contributor

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
@jkobject
Copy link
Contributor Author

jkobject commented Nov 5, 2021

saving it as tsv and uploading it manually works so it has to be a problem with the API, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant