megapteraProj
to hold all the input data necessary for running of the pipeline.
megapteraProj(db, taxon, locus = locus(), align.exe, mask.exe, params = megapteraPars(), update = FALSE, parallel = FALSE)
dbPars
.taxon
.locus
."character"
, giving name of the alignment program; currently only MAFFT is allowed
"character"
, giving name of the alignment masking program; currently only Gblocks is allowed
megapteraPars
.TRUE
, the pipeline's steps are executed as if called fro the first time, i.e., possibly overriding data and setting that have been previously achieved.
TRUE
, several step in the pipeline will be run in parallel, otherwise all steps are serial.
megapteraProj
dbPars
, taxon
, locus
, and megapteraPars
for defining of database parameters, taxa, loci, and the pipeline's parameters, respectively.