Skip to content

Commit

Permalink
test(fixedTestForSelect_Columns()): fixed test for select_columns() w…
Browse files Browse the repository at this point in the history
…hich was changed for a bug fix 2 commits ago
  • Loading branch information
gtollefson committed Apr 18, 2019
1 parent 2f4e1f3 commit 45db974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note: Once you have set up VIVA, you can quickly run the command line tool [EXAM

### Supported Operating Systems:

macOS ( Sierra, High Sierra, and Mojave ), Windows, and Linux
macOS ( Sierra, High Sierra, and Mojave ), Windows, and Linux.

Expected Time for Installation: Installation time depends on your network bandwidth, but should take less than 10 minutes for VIVA installation to install all dependency packages. Installing and using Julia packages for the first time takes longer than when using them in subsequent sessions.

Expand Down
2 changes: 1 addition & 1 deletion test/new_vcf_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ dp_num_array,dp_chromosome_labels=combined_all_read_depth_array_functions(sub)
dp_num_array=select_columns("test_files/select_samples_list.txt", dp_num_array, sample_names)
#println("select_columns dp_num_array type is $(typeof(dp_num_array))")
#println("select_columns dp_num_array size is $(size(dp_num_array,1))")
@test typeof(dp_num_array) == Tuple{Array{Int64,2},Array{Any,1}}
@test typeof(dp_num_array) == Tuple{Array{Int64,2},Array{Any,2}}
@test size(dp_num_array,1) == 2
end

Expand Down

0 comments on commit 45db974

Please sign in to comment.