-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Clinical-Genomics/cg
#4003Description
Description
Originates from https://github.com/Clinical-Genomics/bug-reports/issues/15
Development case petmako tried to be uploaded using cg upload -r -c petmako but got the error:
TrailblazerAnalysisNotFound: No completed analysis found for case petmakoTrailblazer (Cigrid) showed that the analysis was there.
As the analysis was for development (cust000), it was by default hidden in Trailblazer. When the analysis was manually set to "unhidden" the command worked as expected.
Steps to reproduce
Using taxprofiler development case petmako, run:
cg upload -r -c petmakoThe same bug is expected for any development case
Expected behaviour
That development analyses can be uploaded without manually setting them as "unhidden" in trailblazer
Additional context
- There is a workaround -> This bug is not blocking anyone's job
- This is only for development cases -> No production cases are affected