"tasks/vscode:/vscode.git/clone" did not exist on "f926720502490ef8b3efdf32362097c94d2671cc"
Unverified Commit f9b81151 authored by researcher2's avatar researcher2 Committed by GitHub
Browse files

Update sort_13_gram_buckets.py

parent 985f1f1a
"""
Iteratively runs gnu sort on each bucket, which does automatic the multiprocessing up to 8.
Iteratively runs gnu sort on each bucket, uses up to 8 cores.
Arguments
---------
......@@ -55,4 +55,4 @@ if __name__ == '__main__':
setup_logger_tqdm(logfile_path)
args = parser.parse_args()
sort_13_gram_buckets(args.working_directory)
\ No newline at end of file
sort_13_gram_buckets(args.working_directory)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment