示例#1
0
 def check_plink_gemma():
     if flat_file_exists("mapping"):
         MAPPING_PATH = flat_files("mapping")+"/"
         if (os.path.isfile(MAPPING_PATH+self.dataset.group.name+".bed") and
             (os.path.isfile(MAPPING_PATH+self.dataset.group.name+".map") or
              os.path.isfile(MAPPING_PATH+self.dataset.group.name+".bim"))):
             return True
     return False
示例#2
0
 def check_plink_gemma():
     if flat_file_exists("mapping"):
         MAPPING_PATH = flat_files("mapping")+"/"
         if (os.path.isfile(MAPPING_PATH+self.dataset.group.name+".bed") and
             (os.path.isfile(MAPPING_PATH+self.dataset.group.name+".map") or
              os.path.isfile(MAPPING_PATH+self.dataset.group.name+".bim"))):
             return True
     return False
示例#3
0
 def check_plink_gemma():
     if flat_file_exists("mapping"):
         MAPPING_PATH = flat_files("mapping")+"/"
         if os.path.isfile(MAPPING_PATH+self.name+".bed"):
             return True
     return False
示例#4
0
 def check_plink_gemma():
     if flat_file_exists("mapping"):
         MAPPING_PATH = flat_files("mapping")+"/"
         if os.path.isfile(MAPPING_PATH+self.name+".bed"):
             return True
     return False