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