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 befadd2 commit c5df7cb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/pipelines/canu/OverlapInCore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,16 @@ sub overlapConfigure ($$$$) {

make_path("$path") if (! -d "$path");

# overlapInCorePartition internally uses 'WORKING' outputs, and renames to the final
# version right before it exits. All we need to do here is check for existence of
# the output, and exit if the command fails.

if (! -e "$path/$asm.partition.ovlopt") {

# These used to be runCA options, but were removed in canu. They were used mostly for illumina-pacbio correction,
# but were also used (or could have been used) during the Salmon assembly when overlaps were computed differently
# depending on the libraries involved (and was run manually). These are left in for documentation.
# These used to be runCA options, but were removed in canu. They were used mostly for
# illumina-pacbio correction, but were also used (or could have been used) during the
# Salmon assembly when overlaps were computed differently depending on the libraries
# involved (and was run manually). These are left in for documentation.
#
#my $checkLibrary = getGlobal("${tag}CheckLibrary");
#my $hashLibrary = getGlobal("${tag}HashLibrary");
Expand Down Expand Up @@ -128,8 +133,6 @@ sub overlapConfigure ($$$$) {
close(JOB);
close(OPT);

#getAllowedResources($tag, "ovl");

if (! -e "$path/overlap.sh") {
my $merSize = getGlobal("${tag}OvlMerSize");

Expand Down

0 comments on commit c5df7cb

Please sign in to comment.