circlator icon indicating copy to clipboard operation
circlator copied to clipboard

bwa_opts not applicable to nanopore data for the merge stage

Open zhaoc1 opened this issue 6 years ago • 0 comments

Hi,

I am running Circlator for nanopore sequencing data and my command is as following:

circlator all --merge_min_id 85 --merge_breaklen 1000 --threads {threads} --verbose \ --assembler canu --data_type nanopore-corrected --bwa_opts "-x ont2d" \ {input.contigs} {input.correctedReads} {params.outdir}

During the 04.merge stage: the bwa_opts is not passed to the bwa command, as the screen shot shown here (red line):

image

I don't see any other parameters that I can set up for other bwa_opts, and am wondering: can I missing anything, and how can I pass the bwa_opts to the bwa command during the merge stage?

Thank you!

Best, Chunyu

zhaoc1 avatar Mar 29 '18 17:03 zhaoc1