Skip to content

Commit

Permalink
cannot have DataFrames and 0.7, so test and require 1.0 or better
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter M. Haverty committed Sep 21, 2018
1 parent bc1aed6 commit dd43f14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx

julia:
- 0.7
- 1.0
- nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.7
julia 1.0
GenomicFeatures 1.0.0
RLEVectors 0.7.1
DataFrames 0.0.1
Expand Down
1 change: 0 additions & 1 deletion benchmark/.#benchmark.R

This file was deleted.

6 changes: 3 additions & 3 deletions benchmark/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ macro timeit(ex)
end
end

#bam_file = "GSE25840_GSM424320_GM06985_gencode_spliced.head.bam"
bam_file = "GSE25840_GSM424320_GM06985_gencode_spliced.head.bam"
#bam_path = joinpath(dirname(pathof(GenomicVectors)),"BAM", bam_file)
#bam_path = "/Users/phaverty/R1039_LIB3086_SAM636333_L4_NXG2275.analyzed.bam"
bam_path = "/Users/phaverty/R1039_LIB3086_SAM636333_L4_NXG2275.analyzed.bam"
bam_path = "/Users/phaverty/GSE25840_GSM424320_GM06985_gencode_spliced.head.bam"
reader = open(BAM.Reader, bam_path)
gr = GenomicRanges("hg19", reader)
@time gr = GenomicRanges("hg19", reader)

timings = DataFrame()
timings[:language] = "julia"
Expand Down

0 comments on commit dd43f14

Please # to comment.