Skip to content

Commit

Permalink
step6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tf2 committed Nov 3, 2023
1 parent 7ebfa4e commit ccdbf18
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 @@ -250,7 +250,7 @@ def step6(rbin_dir, cor_dir, cnv_dir, index_tab, cov_file, gender_file, batch_si
for i in range(start_pos, start_pos+target_size):
cmd7 = ['Rscript', '/resources/run.R',
'run_hmm_rbin', index_tab, rbin_dir, cor_dir, cnv_dir, gender_file, cov_file,
str(batch_size), str(target_size), str(start_pos), str(cov_cut), str(cor_cut), str(skip_em)]
str(batch_size), str(1), str(i), str(cov_cut), str(cor_cut), str(skip_em)]
print(cmd7)
logger.debug('CMD | ' + " ".join(cmd7))
run_cmd(cmd7)
Expand Down

0 comments on commit ccdbf18

Please sign in to comment.