broadinstitute / fiss

FireCloud Service Selector (FISS) -- Python bindings and CLI for FireCloud execution engine
BSD 3-Clause "New" or "Revised" License
29 stars 25 forks source link

attr_delete not working #152

Closed AlexBarbera closed 3 years ago

AlexBarbera commented 3 years ago

I am using FISS version 0.16.25.

When using ffissfc attr_delete -p PROJECT -w WORKSPACE -t pair -a absolute_called_solution_capture -e `fissfc pair_list -p broad-getzlab-tcgc-terra -wTCGC_2020` I get the following error: Error 400: b'{\n "causes": [],\n "message": "TSV is missing required attributes: case_sample, control_sample, participant",\n "source": "FireCloud",\n "stackTrace": [],\n "statusCode": 400,\n "timestamp": 1606756579003\n}'

I have also tried with a single sample with same results