Command Line (dasi.command_line
)¶
This module provide command line interface for DASi.
dasi run
Classes
|
DASi command line interface. |
-
class
dasi.command_line.
DasiCLI
(directory='/home/justin/Github/DASi-DNA-Design/docsrc', primers='primers.fasta', templates='templates/*.gb', fragments='fragments/*.gb', goals='goals/*.gb', verbose='v')[source]¶ Bases:
object
DASi command line interface.
Initialize a new design.
Methods
Saves the span cost as bytes; reloads when called.
run
([n_jobs])Run a design job.
version
()Print the package version.