示例#1
0
def _args_run_chunk_hdfsubreadset(args):
    return CU.write_hdfsubreadset_chunks_to_file(args.chunk_report_json,
                                                 args.hdfsubreadset,
                                                 args.max_total_chunks,
                                                 args.output_dir,
                                                 "chunk_hdfsubreadset",
                                                 FileTypes.DS_SUBREADS_H5.ext)
示例#2
0
def _args_run_chunk_hdfsubreadset(args):
    return CU.write_hdfsubreadset_chunks_to_file(
        args.chunk_report_json, args.hdfsubreadset, args.max_total_chunks,
        args.output_dir, "chunk_hdfsubreadset", FileTypes.DS_SUBREADS_H5.ext)
def run_main(chunk_output_json, hdfsubread_xml, max_nchunks, output_dir):
    return CU.write_hdfsubreadset_chunks_to_file(chunk_output_json, hdfsubread_xml,
                                                 max_nchunks,
                                                 output_dir,
                                                 "chunk_hdfsubreadset",
                                                 FileTypes.DS_SUBREADS_H5.ext)
示例#4
0
def run_main(chunk_output_json, hdfsubread_xml, max_nchunks, output_dir):
    return CU.write_hdfsubreadset_chunks_to_file(chunk_output_json,
                                                 hdfsubread_xml, max_nchunks,
                                                 output_dir,
                                                 "chunk_hdfsubreadset",
                                                 FileTypes.DS_SUBREADS_H5.ext)