Exemplo n.º 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)
Exemplo n.º 2
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", "xml"
    )
Exemplo n.º 3
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", 'xml')
Exemplo n.º 4
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", 'xml')
Exemplo n.º 5
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)
Exemplo n.º 6
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)
Exemplo n.º 7
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", 'xml')
Exemplo n.º 8
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)