Rosetta
|
Variables | |
file_path = os.path.split( os.path.abspath(__file__) ) [0] | |
input_pdb = sys.argv[1] | |
total_res = get_total_res(input_pdb) | |
n_chunk = int(total_res / 100.0 + 0.5) | |
res_slice_list = pdb_slice_into_chunks(input_pdb, n_chunk) | |
int | current_chunk = 1 |
int rna_decompose.current_chunk = 1 |
rna_decompose.file_path = os.path.split( os.path.abspath(__file__) ) [0] |
rna_decompose.input_pdb = sys.argv[1] |
Referenced by devel_main(), main(), my_main(), protocols_main(), and protocols::abinitio::JumpSpecificAbrelax.setup_fold().
rna_decompose.n_chunk = int(total_res / 100.0 + 0.5) |
rna_decompose.total_res = get_total_res(input_pdb) |