Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed Apr 17, 2024
1 parent e4779c7 commit ff86f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portal_visualization/builder_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def get_view_config_builder(entity, get_assaytype, parent=None):

if is_rna:
# multiomic mudata, e.g. 10x Multiome, SNARE-Seq, etc.
# e.g. 272789a950b2b5d4b9387a1cf66ad487 on dev
if is_atac:
print("Multiomic RNA and ATAC")
return MultiomicAnndataZarrViewConfBuilder
if is_json:
# e.g. c019a1cd35aab4d2b4a6ff221e92aaab
Expand Down

0 comments on commit ff86f84

Please sign in to comment.