Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fixed variable name in writeResults
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
chomp.pl
|
@@ -152,7 +152,7 @@ sub writeResults { |
|
|
|
|
|
my %targets = %$targets; |
|
|
my $num = keys %$gRNAs; # number of gRNA sequences |
|
|
my $outFile = "$OUTDIR/$OUTFILE.txt"; |
|
|
my $outFile = "$OUTDIR/$file.txt"; |
|
|
|
|
|
my $FH = getFH(">", $outFile); |
|
|
say $FH "Name\tSequence\tStrand\tPalindrome\tSubject\tStart\tOccurrences\tIdentities"; |
|
|