Skip to content

Hiding samples

Hiding samples

It is possible to hide samples from the list of samples using either the CLI or API.

gencove projects hide-samples --sample-ids sample1,sample2 project1

It is possible to make them visible again using either the CLI or API

gencove projects unhide-samples --sample-ids sample1,sample2 project1

Note that when using the above commands, all samples supplied must belong to the same project.