Skip to content

Commit

Permalink
Update explorer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst authored Apr 30, 2020
1 parent d7064ff commit 091348d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sumstats/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,7 @@ def check_study(self, study):

def get_list_of_chroms(self):
#return CHROMOSOMES
chromosomes = [str(i) for i in range(1,25)]
#h5files = fsutils.get_h5files_in_dir(self.search_path, self.chr_dir)
#for h5file in h5files:
# service = chrom_service.ChromosomeService(h5file=h5file)
# chromosomes.append(service.chromosome)
return sorted(list(set(chromosomes)))
return sorted(CHROMOSOMES)


def has_chromosome(self, chromosome):
Expand Down

0 comments on commit 091348d

Please sign in to comment.