ThomasDOtto / ratt

Rapid Annotation Transfer Tool
GNU General Public License v3.0
7 stars 4 forks source link

main.ratt.pl: initialize ref_shift hash ref prior to use (closes #5) #6

Closed 0xaf1f closed 1 year ago

0xaf1f commented 4 years ago

The variable is defined as a scalar and used as a hash reference, which triggers a perl warning (error?):

Can't use an undefined value as an ARRAY reference at //ratt/main.ratt.pl line 244.

and causes the transfer step to fail.