Skip to content

Commit

Permalink
pySCENIC depends on latest version of loompy package.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvds committed May 10, 2019
1 parent 0eab44e commit 320f66c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.notebooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pyyaml
tqdm
interlap
umap-learn
loompy==2.0.2
loompy
networkx
matplotlib
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ pyyaml
tqdm
interlap
umap-learn
loompy==2.0.2
loompy
networkx
2 changes: 1 addition & 1 deletion src/pyscenic/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def create_structure_array(df):
return np.array([tuple(row) for row in df.values],
dtype=np.dtype(list(zip(df.columns, df.dtypes))))

with lp.connect(fname) as ds:
with lp.connect(fname, validate=False) as ds:
# The orientation of the loom file is always:
# - Columns represent cells or aggregates of cells
# - Rows represent genes
Expand Down

0 comments on commit 320f66c

Please sign in to comment.