Ejemplo n.º 1
0
def rtc_runner(rtc):
    """
    :type rtc: pbcommand.models.ResolvedToolContract
    :return:
    """
    # the input file is just a sentinel file
    return run_main_gather_fastq_contigset(rtc.task.input_files[0], rtc.task.output_files[0], CHUNK_KEY)
Ejemplo n.º 2
0
def rtc_runner(rtc):
    """
    :type rtc: pbcommand.models.ResolvedToolContract
    :return:
    """
    # the input file is just a sentinel file
    return run_main_gather_fastq_contigset(rtc.task.input_files[0],
                                           rtc.task.output_files[0], CHUNK_KEY)
Ejemplo n.º 3
0
def args_runner(args):
    return run_main_gather_fastq_contigset(args.cjson_in, args.fastq_out, CHUNK_KEY)
Ejemplo n.º 4
0
def args_runner(args):
    return run_main_gather_fastq_contigset(args.cjson_in, args.fastq_out,
                                           CHUNK_KEY)