Skip to content
Snippets Groups Projects
Commit ee90ec62 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update file inittable.py

parent e0e0da66
Branches
Tags
1 merge request!101Update file inittable.py
......@@ -17,7 +17,7 @@ from functools import reduce
options.mode.chained_assignment = None
warnings.filterwarnings("ignore", category=tables.NaturalNameWarning)
valideInitTableNamePattern = re.compile("^([A-Z]*[a-z]*-*\.?[0-9]*)+$")
valideInitTableNamePattern = re.compile("([a-zA-Z0-9_-]+).hdf5") #re.compile("^([A-Z]*[a-z]*-*\.?[0-9]*)+$")
class InitMeta(object):
def __init__(self, nb_snps, nb_phenotypes):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment