Menu

#5 bug in subsequence subroutine (VIGOR3.pm)

1.0
closed
None
2014-05-08
2014-04-25
No

Change this
while ( $e > length($sequence) ) { $lpad .= "N"; $e-- }

to this
while ( $e > length($sequence) ) { $rpad .= "N"; $e-- }

D'oh!

Discussion

  • Paolo Amedeo

    Paolo Amedeo - 2014-05-08
    • status: open --> closed
    • assigned_to: Paolo Amedeo
     
  • Paolo Amedeo

    Paolo Amedeo - 2014-05-08

    Bug fixed with the latest code update.

    Paolo

     

Log in to post a comment.