Skip to content

Commit

Permalink
Merge pull request #64 from mvinyard/mvinyard-patch-read_ATAC_10x
Browse files Browse the repository at this point in the history
Update _load_matrix.py
  • Loading branch information
Anna Danese authored Aug 7, 2020
2 parents 35d7e6a + e03c199 commit 3bf2525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion episcanpy/preprocessing/_load_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def read_ATAC_10x(matrix, cell_names='', var_names='', path_file=''):


mat = mmread(''.join([path_file, matrix]))
mat = mat.toarray()
mat = np.matrix(mat.transpose())

with open(path_file+cell_names) as f:
Expand Down

0 comments on commit 3bf2525

Please sign in to comment.