Skip to content

Commit

Permalink
args fix cor_batch_chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
tf2 committed May 11, 2023
1 parent 4b8ab91 commit 2dead4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(args[1] == "generate_correlation_chunk_batch") {
batch_size = as.numeric(as.character(args[5])) # size of target samples
start_pos = as.numeric(as.character(args[6])) # starting position in file list - should be chunked rel to batch_size
index_file = args[7] # index_tab.txt path
generate_correlation_chunk_batch(bin_dir, cor_dir, target_size, start_pos, index_file)
generate_correlation_chunk_batch(bin_dir, cor_dir, target_size, start_pos, batch_size, index_file)
print ("generate_correlation_chunk_batch")
}

Expand Down

0 comments on commit 2dead4c

Please sign in to comment.