Skip to content

Commit

Permalink
fix awk call
Browse files Browse the repository at this point in the history
  • Loading branch information
HRGV committed Mar 6, 2018
1 parent 6912d5c commit 0105de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phyloFlash.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1698,8 +1698,8 @@ sub emirge_run {
# using awk for speed, these files can be huge

run_prog("awk",
"\'{print (NR%4 == 1) ? \"\@\" ++i : (NR%4 == 3) ? \"+\" :\$0}\'".
" "$outfiles{"reads_mapped_cat"}{"filename"},
"\'{print (NR%4 == 1) ? \"\@\" ++i : (NR%4 == 3) ? \"+\" :\$0}\' "
.$outfiles{"reads_mapped_cat"}{"filename"},
$outfiles{"reads_mapped_cat_rename"}{"filename"});
$outfiles{"reads_mapped_cat_rename"}{"made"}++;

Expand Down

0 comments on commit 0105de2

Please sign in to comment.