Skip to content

Commit

Permalink
align variables
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed Jun 22, 2015
1 parent b7f5fae commit 37c9945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/genevalidator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ def init(opt, start_idx = 1, summary = true)
run_time: Hash.new(Pair1.new(0, 0))
}

@mutex = Mutex.new
@mutex_array = Mutex.new
@mutex_html = Mutex.new
@mutex_json = Mutex.new
@mutex = Mutex.new
@mutex_array = Mutex.new
@mutex_html = Mutex.new
@mutex_json = Mutex.new
create_output_folder
index_the_input
RawSequences.index_raw_seq_file if @opt[:raw_sequences]
Expand Down

0 comments on commit 37c9945

Please sign in to comment.