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 Arguments
--------- ---------
...@@ -55,4 +55,4 @@ if __name__ == '__main__': ...@@ -55,4 +55,4 @@ if __name__ == '__main__':
setup_logger_tqdm(logfile_path) setup_logger_tqdm(logfile_path)
args = parser.parse_args() args = parser.parse_args()
sort_13_gram_buckets(args.working_directory) sort_13_gram_buckets(args.working_directory)
\ No newline at end of file
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