labblouin.homstrad module

A library to manage interfacing with the Homstrad database raw files.

homstrad Python Library / May 22, 2013 / Alex Safatli

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

E-mail: safatli@cs.dal.ca Dependencies: IO (LabBlouinTools)

labblouin.homstrad.hasNoFolders(path)[source]
class labblouin.homstrad.homstradDatabase(dbpath, traverse=True)[source]
getFailedCount()[source]
getFolders()[source]
getPath()[source]
getSucceededCount()[source]
traverse()[source]
class labblouin.homstrad.homstradFolder(foldrname)[source]

Model a single Homstrad folder or set.

getAlignedPDB()[source]
getAlignmentLength()[source]
getFASTA()[source]
getFASTAfor(names)[source]
getFiles()[source]
getNames()[source]
getNumSequences()[source]
getPDBfor(name)[source]
getPDBs()[source]
getPath()[source]
getSequenceLength()[source]
getSequences()[source]
writeFASTA(fi, names=None)[source]

Previous topic

labblouin.homology module

Next topic

labblouin.loadingBar module

This Page