Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the id we use for Bio::Seq #706

Open
wants to merge 1 commit into
base: release/111
Choose a base branch
from

Commits on May 30, 2024

  1. Fix the id we use for Bio::Seq

    - We use an id to construct a Bio::Seq object. Before, we would pass in
      an actual object reference instead of a string. This could result in a
      segfault later. This occurs because BioPerl will clone the object. The
      Transcript object contains DBI handles, these will frequently result
      in segfaults when cloned.
      Force a string instead.
    EbiArnie committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4a1aad3 View commit details
    Browse the repository at this point in the history