Team:Heidelberg/Templates/NRPS-W-14
From 2013.igem.org
Revision as of 21:34, 4 October 2013 by JuliaS1992 (Talk | contribs)
Database redesign
!! To be done by Konrad !!
GUI extension
!! To be done by Nils !!
Draft of PFAM querying
In the experimental parts, we determined a first rough estimate of NRPS domain boundaries based on Pfam. Thus we also wanted our software to use the Pfam predictions to make it easier to semi-automatically add new domains into our database. A first test Python script was written which queried the Pfam API using the Requests library according to the online documentation and then parsed the XML output. The Biopython library also proved to be of great help.