Skip to content

Commit

Permalink
Don't change the working directory in meryl-configure; it's already c…
Browse files Browse the repository at this point in the history
…orrect. Issue #1740.
  • Loading branch information
brianwalenz committed Jul 13, 2020
1 parent dee9262 commit 0d8d7f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pipelines/canu/Meryl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ sub merylConfigure ($$) {
print F "#!" . getGlobal("shell") . "\n";
print F "\n";
print F getBinDirectoryShellCode();
print F "\n";
print F setWorkDirectoryShellCode($path);
print F fetchSeqStoreShellCode($asm, $path, "");
print F "\n"; # setWDSC() should be OK here, but issue
#print F setWorkDirectoryShellCode($path); # #1740 had a problem with it, so it is
print F fetchSeqStoreShellCode($asm, $path, ""); # disabled. We're not sure why it broke.

foreach my $ss (qw(01 02 04 06 08 12 16 20 24 32 40 48 56 64 96)) {
next if ($ss > $maxSplit);
Expand Down

0 comments on commit 0d8d7f3

Please sign in to comment.