Variables | |
tuple | file = str(sys.argv[1]) |
tuple | argc = len(sys.argv) |
int | mergedRows = 1 |
tuple | Input1 = open(str(sys.argv[1]), 'r') |
dictionary | data_1 = {} |
list | tab_data = [] |
int | len_data = 0 |
tuple | dataLine = str.rstrip(line) |
list | row = data_1[line] |
int | err = 0 |
list | x = tab_data[i] |
tuple | y = float(x) |
tuple biocheckdata::argc = len(sys.argv) |
dictionary biocheckdata::data_1 = {} |
tuple biocheckdata::dataLine = str.rstrip(line) |
int biocheckdata::err = 0 |
tuple biocheckdata::file = str(sys.argv[1]) |
tuple biocheckdata::Input1 = open(str(sys.argv[1]), 'r') |
int biocheckdata::len_data = 0 |
tuple biocheckdata::mergedRows = 1 |
list biocheckdata::row = data_1[line] |
list biocheckdata::tab_data = [] |
list biocheckdata::x = tab_data[i] |
tuple biocheckdata::y = float(x) |