Skip to content

Commit

Permalink
ENCM-206-single-cell-annotations
Browse files Browse the repository at this point in the history
Add “status=released” to the single-cell annotation query string.
  • Loading branch information
forresttanaka committed Jun 26, 2024
1 parent e367a91 commit c867398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoded/static/components/single_cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const singleCellList = {
},
annotations: {
title: 'Cell type annotations',
search: '?type=Annotation&annotation_type=cell+type+annotation',
search: '?type=Annotation&annotation_type=cell+type+annotation&status=released',
description: 'Cell type annotations for high-throughput single-cell RNA-seq and ATAC-seq datasets.',
},
};
Expand Down

0 comments on commit c867398

Please sign in to comment.