Skip to content
Snippets Groups Projects
Commit da037d4c authored by Stefan Reck's avatar Stefan Reck
Browse files

add entrypoint for h5shuffle2

parent 16f2d161
No related branches found
No related tags found
1 merge request!12Shuffle v2
......@@ -303,7 +303,3 @@ def h5shuffle2():
"delete": True
}
shuffle_v2(**kwargs, **stgs, chunks=True)
if __name__ == '__main__':
h5shuffle2()
......@@ -29,10 +29,10 @@ setup(
entry_points={'console_scripts': [
'concatenate=orcasong.tools.concatenate:main',
'h5shuffle=orcasong.tools.postproc:h5shuffle',
'h5shuffle2=orcasong.tools.shuffle2:h5shuffle2',
'plot_binstats=orcasong.plotting.plot_binstats:main',
'make_nn_images=legacy.make_nn_images:main',
'make_dsplit=orcasong_contrib.data_tools.make_data_split.make_data_split:main']}
)
__author__ = 'Stefan Reck, Michael Moser'
__author__ = 'Stefan Reck, Michael Moser, Daniel Guderian'
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