File: multiligand.xml

package info (click to toggle)
python-biopython 1.86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128,424 kB
  • sloc: xml: 1,050,354; python: 360,709; ansic: 18,503; sql: 1,208; makefile: 132; sh: 84
file content (18 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<uniprot xmlns="http://uniprot.org/uniprot">
  <entry dataset="Swiss-Prot" created="2024-01-01" modified="2025-01-01" version="1">
    <name>TEST_PROTEIN</name>
    <accession>DUMMY123</accession>
    <sequence length="1" mass="100" version="1">A</sequence>
    <feature type="binding site">
      <location><position position="1"/></location>
      <ligand>
        <name>ATP</name>
        <dbReference type="ChEBI" id="CHEBI:15422"/>
      </ligand>
      <ligand>
        <name>ADP</name>
        <dbReference type="ChEBI" id="CHEBI:16761"/>
      </ligand>
    </feature>
  </entry>
</uniprot>