assemble_independent
-io io_handle:integer
-files filenames:strings
?-output_mode mode:integer(1)?
?-min_match length:integer(20)?
?-min_overlap length:integer(0)?
?-max_pads count:integer(25)?
?-max_pmismatch percentage:float(5.0)?
?-joins to_join:integer(1)?
?-enter_failures to_enter:integer(0)?
?-tag_types types:strings()?
assemble_new_contigs
-io io_handle:integer
-files filenames:strings
assemble_one_contig
-io io_handle:integer
-files filenames:strings
assemble_screen
-io io_handle:integer
-files filenames:strings
?-output_mode mode:integer(1)?
?-min_match length:integer(20)?
?-min_overlap length:integer(0)?
?-max_pads count:integer(25)?
?-max_pmismatch percentage:float(5.0)?
?-save_align to_save:integer(0)?
?-win_size length:integer(0)?
?-max_dashes count:integer(0)?
?-tag_types types:strings()?
assemble_shotgun
-io io_handle:integer
-files filenames:strings
?-output_mode mode:integer(1)?
?-min_match length:integer(20)?
?-min_overlap length:integer(0)?
?-max_pads count:integer(25)?
?-max_pmismatch percentage:float(5.0)?
?-joins to_join:integer(1)?
?-enter_failures to_enter:integer(0)?
?-tag_types types:strings()?
assemble_single_strand
-io io_handle:integer
-files filenames:strings
?-output_mode mode:integer(1)?
?-min_match length:integer(20)?
?-min_overlap length:integer(0)?
?-max_pads count:integer(25)?
?-max_pmismatch percentage:float(5.0)?
?-joins to_join:integer(1)?
?-enter_failures to_enter:integer(0)?
The assembly functions listed above all take similar arguments, but perform
varying modes of assembly. The complete list of available arguments is listed
below, but note that not all arguments apply to each function. Most functions
return the failed readings and error codes with newlines between each
reading and error code pair. Screen_only
may return (when
save_align is enabled) the reading alignment scores in a similar fashion.
-io
io_handle
open_db
call.
-files
filenames
-output_mode
mode
-min_match
length
-min_overlap
length
-min_match
is still used so all overlaps have to be larger
than that parameter in order to be found.
-max_pads
count
-max_pmismatch
percentage
-save_align
to_save
-win_size
length
-max_dashes
count
-joins
to_join
-enter_failures
to_enter
-tag_types
types