コード例 #1
0
ファイル: chunker.py プロジェクト: pombredanne/pbsmrtpipe
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 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"
    )
コード例 #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')
コード例 #4
0
ファイル: chunker.py プロジェクト: yqin22/pbsmrtpipe
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')
コード例 #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)
コード例 #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)
コード例 #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')
コード例 #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)