Hi Henning<br><br>I&#39;m trying to get Uniprot mapping from the data file provided by the SIFTS project (<a href="http://www.ebi.ac.uk/msd/sifts/">http://www.ebi.ac.uk/msd/sifts/</a>), so now I need to use the UniprotFeature class. <br>
<br>I have a few questions about this (no need to reply all of them!):<br><br>- I&#39;m not sure what the fields in the UniprotFeature are. What&#39;s the uniprotTypeName and what&#39;s the description?<br><br>- How are you doing the mapping between Uniprot and pdb? Maybe this is provided by the Uniprot API and you don&#39;t need to be doing that kind of thing? The thing is the SIFTS file has the mapping so now I&#39;m trying to see how to design the flow of things: where and how to store the mapping and so on.<br>
<br>- How do you go about storing the Collection of features belonging to a certain structure/sequence. I can see that the HasFeatures interface intends to help there. Have you already implemented something with it? That&#39;d be nice to have as an example.<br>
<br>By the way I&#39;ve created now the owl.runners package and put some new runner classes there that I extracted from the Pdb class (e.g. dssp runner). Also I&#39;ve added some new stuff to the owl.connections package, again things extracted from the Pdb class. When I have some time I will move more stuff into owl.runners.<br>
<br>While doing that I also realised that the tests we have are hard-coded to work only over there. So I&#39;ve created a &quot;owl_tests_path.dat&quot; file that contains the paths for external programs needed to run the tests, at the moment only tests.proteinstructure.PdbTest uses it. I&#39;m already thinking in redoing that and have something that is more general for the whole OWL library, some sort of global config file.<br>
<br>Jose<br><br>