Skip to content

Commit

Permalink
Added / and ~ to clean header chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hackl committed Jan 31, 2015
1 parent 9a5293f commit 191e5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wgaPipeline.pl
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ sub clean_headers_command{
$opt_query = "$opt_prefix"."_query.fasta";
$cmd .= 'cp '."$opt_reference $opt_prefix"."_reference.fasta\n";
$opt_reference = "$opt_prefix"."_reference.fasta";
$cmd .= 'perl -i -pe \'s/[|:=]/_/g\' '."$opt_query $opt_reference";
$cmd .= 'perl -i -pe \'s/[|:=~\/]/_/g\' '."$opt_query $opt_reference";
return $cmd;
}

Expand Down

0 comments on commit 191e5af

Please sign in to comment.