Skip to content

Commit

Permalink
prints warning if not enough links are present, instead of terminating
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Ghurye committed Oct 1, 2019
1 parent 22d5382 commit 974589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def main():
sys.exit(1)
#NOW check if any useful link here
if check(args.output+'/contig_links_scaled_sorted_iteration_'+str(iter_num)):
break
print >> sys.stderr, "WARNING: Not enough Hi-C reads for scaffolding"

if not fileExists(args.output+'/scaffolds_iteration_'+str(iter_num)+'.p'):
try:
Expand Down

0 comments on commit 974589f

Please sign in to comment.