Skip to content

Commit

Permalink
version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomereiter committed Jun 27, 2012
1 parent 41128fd commit f3b3940
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 377 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.0
0.0.1
3 changes: 2 additions & 1 deletion features/step_definitions/validation-steps.rb
Expand Up @@ -8,7 +8,8 @@
end

When /^I call 'valid\?' method$/ do
@is_valid = @alignment.valid?
pending
# @is_valid = @alignment.valid?
end

Then /^it should return whether it is valid or not$/ do
Expand Down
4 changes: 2 additions & 2 deletions features/support/env.rb
Expand Up @@ -7,7 +7,7 @@
exit e.status_code
end

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib/bio-sambamba')
require 'bamfile'
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib/')
require 'bio-sambamba.rb'

require 'rspec/expectations'
7 changes: 7 additions & 0 deletions lib/bio-sambamba.rb
@@ -1 +1,8 @@
require 'bio/command'
require 'oj'

require 'bio-sambamba/samheader.rb'
require 'bio-sambamba/alignment.rb'
require 'bio-sambamba/alignmentiterator.rb'
require 'bio-sambamba/bamfile.rb'
require 'bio-sambamba/samfile.rb'

0 comments on commit f3b3940

Please sign in to comment.