Skip to content

Commit

Permalink
Merge pull request #53 from Kalan-Lab/raufs-patch-2
Browse files Browse the repository at this point in the history
Update atpoc
  • Loading branch information
raufs authored Nov 26, 2023
2 parents 3664469 + 448dca4 commit 8490adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/atpoc
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ def atpoc():
# run fai
fai_cmd = ['fai', '-r', sample_genome, '-rc', scaff, '-rs', start_coord, '-re', end_coord,
'-tg', preptg_db_dir, fai_options, '-o', phage_fai_res_dir, '-c', str(cpus)]
if not use_pyrodigal_flag:
fai_cmd += ['-rgv']
genome_wide_tsv_result_file = phage_fai_res_dir + 'Spreadsheet_TSVs/total_gcs.tsv'
runCmdViaSubprocess(fai_cmd, logObject, check_files=[genome_wide_tsv_result_file])
phage_info_handle.close()
Expand Down

0 comments on commit 8490adb

Please sign in to comment.