in reply to Re: hash access with a variable
in thread hash access with a variable
Printing $gene_name produces what I expect (ENSG0000017672) and I am chomping the input.
The error I get is:
Use of uninitialized value $sequence in concatenation (.) or string at + startend-mod3.pl line 48, <FILE1> chunk 1. Use of uninitialized value $sequence in substr at startend-mod3.pl lin +e 49, <FILE1> chunk 1
lines 48 & 49 are:
print "$sequence\n"; my $sub_sequence = substr $sequence, ($startres - 11), ($endres - $ +startres + 11);
Thanks again
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: hash access with a variable
by AppleFritter (Vicar) on Aug 06, 2014 at 18:16 UTC | |
|
Re^3: hash access with a variable
by graff (Chancellor) on Aug 07, 2014 at 00:01 UTC | |
by Anonymous Monk on Aug 07, 2014 at 00:21 UTC | |
|
Re^3: hash access with a variable
by Monk::Thomas (Friar) on Aug 07, 2014 at 09:33 UTC |