mrmckain / Fast-Plast

Automated de novo assembly of whole chloroplast genomes.
MIT License
43 stars 14 forks source link

tempbow variable declaration #15

Closed zapatalab closed 6 years ago

zapatalab commented 6 years ago

In line 1084 of fast-plast.pl the variable tempbow needs to be declared with $ instead of @

mrmckain commented 6 years ago

Fixed the error. It isn't that @tempbow needs to be declared as $ but needs to be called as an array later.

zapatalab commented 6 years ago

Great. Sorry, totally a perl-ignorant here trying to fix perl code ;-)