Skip to content

Instantly share code, notes, and snippets.

@sorsaffari
Created November 2, 2018 15:25
Show Gist options
  • Save sorsaffari/b495e3ef64379f9565c10a7ff13f74e5 to your computer and use it in GitHub Desktop.
Save sorsaffari/b495e3ef64379f9565c10a7ff13f74e5 to your computer and use it in GitHub Desktop.
Protein Structure Prediction: Get all sequences that have a particular structure
match
  $target-structure isa strucuture has pdb-id "2RHC";
  $sequence isa sequence;
  (mapping-sequence: $sequence, mapped-structure: $target-structure) isa sequence-structure-mapping;
get $sequence;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment