Skip to content

Commit

Permalink
Merge branch 'query-cellarr' of https://github.com/BiocPy/cellarr int…
Browse files Browse the repository at this point in the history
…o query-cellarr
  • Loading branch information
jkanche committed Jun 24, 2024
2 parents a0ddb3f + b94e7c2 commit 475b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellarr/build_cellarrdataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def build_cellarrdataset(
"Scanning all files for feature ids (e.g. gene symbols), this may take long",
UserWarning,
)

gene_set = uad.scan_for_features()
gene_set = sorted(gene_set)
gene_annotation = pd.DataFrame({"cellarr_gene_index": gene_set}, index=gene_set)
Expand Down

0 comments on commit 475b762

Please sign in to comment.