Skip to content

Commit

Permalink
Merge branch 'release/0.14.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Dec 19, 2019
2 parents 173982c + 5b54743 commit 3f76ea9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda_env.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bedtools
configparser
dinamo
diskcache
feather-format
Expand Down
1 change: 1 addition & 0 deletions conda_env.osx.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bedtools
configparser
diskcache
feather-format
future
Expand Down
1 change: 1 addition & 0 deletions conda_env.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bedtools
configparser
dinamo
diskcache
feather-format
Expand Down
2 changes: 1 addition & 1 deletion gimmemotifs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def pfmfile_location(infile):
for ext in [".pfm", ".pwm"]:
if os.path.exists(checkfile + ext):
infile = checkfile + ext
break
break
if not os.path.exists(infile):
raise ValueError("Motif file {} not found".format(infile))

Expand Down

0 comments on commit 3f76ea9

Please sign in to comment.