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

Merge branch 'test_data_upload' into 'master'

Update file inittable.py

See merge request statistical-genetics/jass!101
parents e0e0da66 2ecf9780
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ from functools import reduce ...@@ -17,7 +17,7 @@ from functools import reduce
options.mode.chained_assignment = None options.mode.chained_assignment = None
warnings.filterwarnings("ignore", category=tables.NaturalNameWarning) 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): class InitMeta(object):
def __init__(self, nb_snps, nb_phenotypes): def __init__(self, nb_snps, nb_phenotypes):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment