Deleting HealthOmics reference and sequence stores
Both reference and sequence stores can be deleted. Sequence stores can only be deleted if they don't contain read sets, and reference stores can only be deleted if they don't contain references. Deleting a sequence or reference store also deletes any tags associated with that store.
The following example shows how to delete a reference store by using the AWS CLI. If
the action is successful, you won't receive a response. In the following example,
replace
with your reference store
ID.reference store ID
aws omics delete-reference-store --id
reference store ID
The following example shows you how to delete a sequence store. You don't receive a response if the
action succeeds. In the following example, replace
with your sequence store ID.sequence store ID
aws omics delete-sequence-store --id
sequence store ID
You can also delete a reference in a reference store as shown in the following
example. References can only be deleted if they aren't being used in a read set,
variant store, or annotation store. In the following example, replace
with your reference store ID, and
replace reference store ID
with the ID for the reference you
want to delete.reference ID
aws omics delete-reference --id
--reference-store-id
reference ID
reference store ID