Skip to content

Commit

Permalink
Removed some code that was only present for testing during development
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed May 9, 2017
1 parent 0e7c894 commit 7beade6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tool/bed_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ def bed2hdf5(self, file_id, assembly, file_sorted_bed, file_hdf5):
dset[chrom_idx.index(previous_chrom), file_idx.index(file_id), :] = dnp
loaded = True

if file_chrom_count == 5:
break

dnp = np.zeros([MAX_CHROMOSOME_SIZE], dtype='bool')

previous_chrom = c
Expand Down

0 comments on commit 7beade6

Please sign in to comment.