Skip to content

Commit

Permalink
Updated version for compatibility with ucsc_genomes_downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Jul 18, 2020
1 parent 4721f55 commit a35b983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras_bed_sequence/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Current version of package keras_bed_sequence"""
__version__ = "1.1.3"
__version__ = "1.1.4"
4 changes: 2 additions & 2 deletions keras_bed_sequence/bed_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def __init__(

# We extract the sequences of the bed file from
# the given genome.
sequences = self._genome.bed_to_sequence(bed).sequence.values.astype(str)

sequences = self._genome.bed_to_sequence(bed)
super().__init__(
nucleotides_to_numbers(self.nucleotides, sequences),
batch_size,
Expand Down

0 comments on commit a35b983

Please sign in to comment.