Skip to content

Commit

Permalink
Merge pull request #17 from tf2/sk-sahu-patch-1
Browse files Browse the repository at this point in the history
Update cnest_dev.py
  • Loading branch information
tf2 authored Jul 11, 2023
2 parents 607b168 + a0729b9 commit 096470b
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 @@ -217,7 +217,7 @@ def step5 (index_tab, gender_file, rbin_dir, cor_dir, bin_dir, batch_size, targe
# cor_dir, bin_dir, batch_size = 1000, target_size,
# start_pos, cor_cut = 0.9, skip_em=FALSE)
cmd5 = ['Rscript', '/resources/run.R', 'get_references_to_rbin',
index_tab, gender_file, rbin_dir, cor_dir, bindir, str(batch_size), str(target_size), str(start_pos), str(cor_cut), str(skip_em)]
index_tab, gender_file, rbin_dir, cor_dir, bin_dir, str(batch_size), str(target_size), str(start_pos), str(cor_cut), str(skip_em)]
logger.debug('CMD=' + " ".join(cmd5))
run_cmd(cmd5)
logger.info('get_references_to_rbin done')
Expand Down

0 comments on commit 096470b

Please sign in to comment.