Rosetta
|
Variables | |
parser = argparse.ArgumentParser() | |
type | |
int | |
default | |
nargs | |
arguments = parser.parse_args() | |
loop_start | |
loop_end | |
kic_starts | |
kic_ends | |
int | max_seglen = 12 |
kic_start = random.randint(loop_start, loop_end - 2) | |
kic_end | |
normed | |
pivot_selection.arguments = parser.parse_args() |
pivot_selection.default |
pivot_selection.int |
pivot_selection.kic_end |
pivot_selection.kic_ends |
pivot_selection.kic_start = random.randint(loop_start, loop_end - 2) |
pivot_selection.kic_starts |
pivot_selection.loop_end |
pivot_selection.loop_start |
Referenced by main(), and read_in_extension().
int pivot_selection.max_seglen = 12 |
pivot_selection.nargs |
pivot_selection.normed |
pivot_selection.parser = argparse.ArgumentParser() |
pivot_selection.type |