Skip to content

Commit

Permalink
args fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tf2 committed May 11, 2023
1 parent 2dead4c commit 970acb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cnest_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def step4(bin_dir, cor_dir, index_tab, target_size, batch_size, start_pos, debug
logger.info('Start step4')
# Original Step4 - generate_correlation
cmd4 = ['Rscript', '/resources/run.R', 'generate_correlation_chunk_batch',
bin_dir, cor_dir, target_size, batch_size, start_pos, index_tab]
bin_dir, cor_dir, str(target_size), str(batch_size), str(start_pos), index_tab]
logger.debug('CMD=' + " ".join(cmd4))
run_cmd(cmd4)
logger.info('generate_correlation_chunk done')
Expand Down

0 comments on commit 970acb9

Please sign in to comment.