You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error message occurs when using visualize-annotation-stats:
(1/1) Invalid value for '--i-amr-reads-annotation': Expected an artifact of
at least type CARDGeneAnnotation | CARDAlleleAnnotation. An artifact of type
SampleData[CARDAlleleAnnotation] was provided.
To fix this issue the input in the plugin_setup of visualize-annotation-stats has to be changed from CARDGeneAnnotation | CARDAlleleAnnotation to SampleData[CARDGeneAnnotation | CARDAlleleAnnotation]
The text was updated successfully, but these errors were encountered:
This error message occurs when using
visualize-annotation-stats
:(1/1) Invalid value for '--i-amr-reads-annotation': Expected an artifact of
at least type CARDGeneAnnotation | CARDAlleleAnnotation. An artifact of type
SampleData[CARDAlleleAnnotation] was provided.
To fix this issue the input in the plugin_setup of
visualize-annotation-stats
has to be changed fromCARDGeneAnnotation | CARDAlleleAnnotation
toSampleData[CARDGeneAnnotation | CARDAlleleAnnotation]
The text was updated successfully, but these errors were encountered: