Skip to content

Commit

Permalink
correct config_file to config_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Rowell authored and Jessica Rowell committed May 31, 2024
1 parent 7d8c956 commit 53c8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/summarize_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def main():
fixed_summary = fixed_summary.merge(contigs[['Sample', 'n_contigs_unicycler']],left_on='sample', right_on='Sample').drop('Sample', axis = 1)
else:
# If Unicycler run failed, config_files don't get created
logger.info(f"{contig_file} not found")
logger.info(f"{contig_files} not found")
fixed_summary['n_contigs_unicycler'] = 'NaN'

if args.workflow == 'ref_based' or args.workflow == 'full':
Expand Down

0 comments on commit 53c8f3a

Please sign in to comment.