Skip to content
Snippets Groups Projects
  • Xavier Robin's avatar
    b7de2d12
    fix: extract ligands from IsLigand flag · b7de2d12
    Xavier Robin authored
    It turns out for some reason we were reading them from chains, based on
    the ChainType of the chain. This prevented extracting anything from
    legacy PDB files and didn't match the documented behavior in the action.
    
    Now extraction is based on the IsLigand flag only, and documentation is
    consistent throughout. Behavior on PDB files is tested.
    fix: extract ligands from IsLigand flag
    Xavier Robin authored
    It turns out for some reason we were reading them from chains, based on
    the ChainType of the chain. This prevented extracting anything from
    legacy PDB files and didn't match the documented behavior in the action.
    
    Now extraction is based on the IsLigand flag only, and documentation is
    consistent throughout. Behavior on PDB files is tested.