Closed NGabry closed 1 year ago
When trying to use Genomics.create_set for a vcf / short variants file, the current code will always reject the call:
Genomics.create_set
ApiError: The request to the API failed. The server responded with: { "error": "data/updateSample must be boolean" }
This removes the tuple casting that takes place for the updateSample arg.
updateSample
When trying to use
Genomics.create_set
for a vcf / short variants file, the current code will always reject the call:This removes the tuple casting that takes place for the
updateSample
arg.