Skip to content

Commit 0eab44e

Browse files
authored
Added code comments.
1 parent 0c21839 commit 0eab44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyscenic/export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def fetch_logo(context):
191191
col_attrs=column_attrs,
192192
file_attrs=general_attrs)
193193

194-
194+
#TODO: remove duplication with export2loom function!
195195
def add_scenic_metadata(adata: 'sc.AnnData',
196196
auc_mtx: pd.DataFrame,
197197
regulons: Union[None, Sequence[Regulon]] = None,

0 commit comments

Comments
 (0)