Nextomics / NextPolish

Fast and accurately polish the genome generated by long reads.
GNU General Public License v3.0
213 stars 28 forks source link

Single-End mode for polishing with illumina short reads #53

Closed gitcruz closed 4 years ago

gitcruz commented 4 years ago

Hi,

I have illumina data from HiC experiments, as often they come from distant parts of the genome, I would like NextPolisher to consider them Single End reads (avoiding any insert size inference). Is this possible?

Would this work by simply passing the fastq as separate files instead of the expected interleaved fastq for paired-end?

cat illumina.fofn will show: sampleA-R1.fastq.gz sampleA-R2.fastq.gz

Thanks, Fernando

gitcruz commented 4 years ago

I've just realized that among sge_option figures --unpaired. I think this should work and you can close the issue.

F.