| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SequenceAlignmentForm
Spyder-generated class
module bio
file /home/sjoerd/Spyder-devel/bio/sequencealignment.spy
http://www.spyderware.nl/wiki/classes/SequenceAlignmentForm
>>> assert hsspid == None or len(hsspid) == 4 assert format == None or format in ("PHYLIP", "CLUSTAL","FASTA", "MSF") if file == None and hsspid == None: raise Spyder.core.ValidationError("You must supply either a sequence alignment file or a PDB code") if file != None and format == None: raise Spyder.core.ValidationError("You supplied a sequence alignment file but you didn't specify its format") if file == None and format != None: raise Spyder.core.ValidationError("You supplied a format for a sequence alignment file but you didn't supply one") if hsspid != None: if format != None or file != None: raise Spyder.core.ValidationError("You supplied a sequence alignment file but you also specified to use the HSSP alignment") >>>
>>> LENGTH hsspid 4 >>>
|
|||
|
Inherited from |
|||
|
|||
| *File | file | ||
| *String | format | ||
| *String | hsspid | ||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:19 2010 | http://epydoc.sourceforge.net |