Skip to content

Commit

Permalink
Merge pull request #20 from epruesse/master
Browse files Browse the repository at this point in the history
fix use full relative path for reverse read file in bbmap launcher
  • Loading branch information
HRGV committed Jul 22, 2015
2 parents 1f50709 + 2d883a7 commit 4cbd6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phyloFlash.pl
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ sub bbmap_fast_filter_run {
if ($SEmode == 0) {
$args =
" outm2=$libraryNAME.$readsf.SSU.2.fq "
. "pairlen=$maxinsert in2=$readsr";
. "pairlen=$maxinsert in2=$readsr_full";
}

run_prog("bbmap",
Expand Down

0 comments on commit 4cbd6c2

Please sign in to comment.