Skip to content

Commit

Permalink
Add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 9, 2016
1 parent c5df7cb commit d9d1df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pipelines/canu/OverlapStore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ sub overlapStoreConfigure ($$$$) {
system("mkdir -p $wrk/$asm.ovlStore.BUILDING/scripts") if (! -d "$wrk/$asm.ovlStore.BUILDING/scripts");
system("mkdir -p $wrk/$asm.ovlStore.BUILDING/logs") if (! -d "$wrk/$asm.ovlStore.BUILDING/logs");

# Run the normal store build, but just to get the partitioning.
# Run the normal store build, but just to get the partitioning. ovStoreBuild internally
# writes to config.WORKING, then renames when it is finished. No need for the script
# to be overly careful about incomplete files.

if (! -e "$wrk/$asm.ovlStore.BUILDING/scripts/0-config.sh") {
open(F, "> $wrk/$asm.ovlStore.BUILDING/scripts/0-config.sh") or die;
Expand Down

0 comments on commit d9d1df4

Please sign in to comment.