-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unwanted (?!) keys in output jbrowse config
Occasionally `jbrowse get-config` outputs `_id` and `__v` keys: ``` gitpod /workspace/apollo3-annotation/jbrowse_data (create_script) $ apollo jbrowse get-config { "configuration": { "theme": { "palette": { .... }, "_id": {}, "__v": 0 } ``` Which result in: ``` apollo jbrowse set-config config.json Error: Failed to add JBrowse configuration — 422 Unprocessable Entity ({"message":"ValidationError: _id: Cast to ObjectId failed for value \"{}\" (type Object) at path \"_id\" because of \"BSONTypeError\"","error":"Unprocessable Entity","statusCode":422}) ```
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters