Home | Trees | Indices | Help |
|
---|
|
Take template CA traces and template sequences plus non-template sequences.
Returns a T-Coffee script or T-Coffee alignment
|
|||
| __init__(self, outFolder='.', log=None, verbose=1, sap=1) | ||
|
logWrite(self,
msg,
force=1) Write message to log. |
||
str
|
__add_type_code(self,
inp) Try guessing a t_coffee type code for file name and add type code (P for structurem S for sequence and L for library). |
||
str
|
coffee_align_inp(self,
input,
method=None,
out_lib=None,
output=None,
outfile=None,
**kw) Create a single t_coffee command. |
||
{str:[str]}
|
__default_input_files(self,
pdbFiles=None,
fasta_templates=None,
fasta_sequences=None,
fasta_target=None) Fetch missing fasta and pdb files from standard locations. |
||
|
align_for_modeller_inp(self,
pdbFiles=None,
fasta_templates=None,
fasta_sequences=None,
fasta_target=None,
f_fast_tree=None,
f_sequence_tree=None) Prepare alignment commands for homology modeling. |
||
|
repair_lib_file(self,
fname) Msap_pair alignments mess up sequence ids of certain (single-chain?) structures. |
||
|
repair_target_fasta(self,
fname) Change target ID to 'target' and remove '|' etc. |
||
|
go(self,
host=None) Run the previously added commands, delete internal command list. |
|
|||
|
F_RESULT_FOLDER = '/t_coffee'
|
||
|
F_FAST_LIB = F_RESULT_FOLDER+ '/fast_pair.lib'
|
||
|
F_LALIGN_LIB = F_RESULT_FOLDER+ '/lalign_id_pair.lib'
|
||
|
F_SAP_LIB = F_RESULT_FOLDER+ '/sap_pair.lib'
|
||
|
F_STRUCT_ALN = F_RESULT_FOLDER+ '/struct.aln'
|
||
|
F_FINAL = F_RESULT_FOLDER+ '/final'
|
||
|
F_COFFEE_LOG = F_RESULT_FOLDER+ '/t_coffee.log'
|
||
|
F_COFFEE_INP = F_RESULT_FOLDER+ '/t_coffee.inp'
|
||
|
F_FAST_TREE = F_RESULT_FOLDER+ '/fast_tree.dnd'
|
||
|
F_SEQ_TREE = F_RESULT_FOLDER+ '/sequence.dnd'
|
||
|
F_FINAL_ALN = F_FINAL+ '.pir_aln'
|
|
|
Write message to log.
|
Try guessing a t_coffee type code for file name and add type code (P for structurem S for sequence and L for library).
|
Create a single t_coffee command.
|
Fetch missing fasta and pdb files from standard locations.
|
Prepare alignment commands for homology modeling.
|
Msap_pair alignments mess up sequence ids of certain (single-chain?) structures.
|
Change target ID to 'target' and remove '|' etc. that mess up things in the alignments.
|
Run the previously added commands, delete internal command list.
|
|
F_RESULT_FOLDER
|
F_FAST_LIB
|
F_LALIGN_LIB
|
F_SAP_LIB
|
F_STRUCT_ALN
|
F_FINAL
|
F_COFFEE_LOG
|
F_COFFEE_INP
|
F_FAST_TREE
|
F_SEQ_TREE
|
F_FINAL_ALN
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:55 2007 | http://epydoc.sourceforge.net |