![]() |
Rosetta
2019.31
|
Variables | |
| tuple | file_path = os.path.split( os.path.abspath(__file__) ) |
| list | input_pdb = sys.argv[1] |
| tuple | total_res = get_total_res(input_pdb) |
| tuple | n_chunk = int(total_res / 100.0 + 0.5) |
| tuple | res_slice_list = pdb_slice_into_chunks(input_pdb, n_chunk) |
| int | current_chunk = 1 |
| int rna_decompose.current_chunk = 1 |
| tuple rna_decompose.file_path = os.path.split( os.path.abspath(__file__) ) |
| list rna_decompose.input_pdb = sys.argv[1] |
| tuple rna_decompose.total_res = get_total_res(input_pdb) |
Referenced by post_rebuild_bulge_assembly().
1.8.7