def rtc_runner(rtc): """ :type rtc: pbcommand.models.ResolvedToolContract :return: """ # the input file is just a sentinel file return run_main_gather_fastq(rtc.task.input_files[0], rtc.task.output_files[0], CHUNK_KEY)
def args_runner(args): return run_main_gather_fastq(args.cjson_in, args.fastq_out, CHUNK_KEY)