Skip to content

Commit

Permalink
exposing build_composite_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaxson committed Jan 16, 2020
1 parent a3ceb29 commit c2cfaba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion methylprep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
'convert_miniml',
'load',
'load_both',
'read_geo'
'read_geo',
'build_composite_dataset',
]
2 changes: 2 additions & 0 deletions methylprep/download/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
build_composite_dataset
)


__all__ = [
'run_series',
'run_series_list',
'convert_miniml',
'build_composite_dataset',
]

0 comments on commit c2cfaba

Please sign in to comment.