-
class
jade.basic.sequence.ClustalRunner.ClustalRunner(fasta_path, clustal_name='clustal_omega', clustal_dir=None)[source]¶ A very simple class wrapper to run clustal omega.
-
output_alignment(out_dir, out_name, parellel_process=False)[source]¶ Configure command line and Run Clustal Omega
-
set_extra_options(extra_options='')[source]¶ Set any extra options as a string which will be added to the end of the command line.
-