Skip to content

Commit

Permalink
Added GZip.jl as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Dec 14, 2018
1 parent f71afae commit a07c822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 0.7
DataFrames
BioSequences
GZip
2 changes: 1 addition & 1 deletion src/readgbk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function parsechromosome(lines)
try
content = match(r" {21}([^\"]*)\"?$", line)[1]
catch
@warn "Couldn't read content"
@warn "Couldn't read content (line $linecount)"
end
if line[end] == '"'
spanning = false
Expand Down

0 comments on commit a07c822

Please sign in to comment.