Skip to content

Commit

Permalink
Update Recipes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoTaoWang committed May 7, 2016
1 parent 46d33b6 commit 1ed689e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Now, open a Python Interpreter:
u'heatmap',
u'resolution']
>>> # Output the contact matrix into a TXT file
>>> np.savetxt('Test-HindIII-allReps-filtered-200K.txt', Matrix['heatmap'], fmt = '%d', header = 'Resolution: %d' % lib['resolution'])
>>> np.savetxt('Test-HindIII-allReps-filtered-200K.txt', Matrix['heatmap'], fmt = '%d', header = 'Resolution: %d' % Matrix['resolution'])

>>> import numpy as np
>>> Lib_1 = np.load('Test-HindIII-allReps-filtered-10K_c-sparse.npz')
Expand Down

0 comments on commit 1ed689e

Please sign in to comment.