Skip to content

Commit

Permalink
chomp path when system's parallel used
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Aug 7, 2024
1 parent 8901089 commit d6caaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_parallel_cmmds.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

if(! -s $parallelEXE){
$parallelEXE = `which parallel`;
chomp $parallelEXE;
if($parallelEXE eq ''){
print "# ERROR: parallel not in place!\n";
print "# ... you will need to install \"parallel\" first or include it in \$PATH\n";
Expand Down

0 comments on commit d6caaef

Please sign in to comment.