fq2dna quits unexpectedly during the second polish
Hi, I was unable to successfully run the fq2dna without modifying the script at line 1053, where I added the -f option to allow samtools merge to overwrite the existing file (though I am unsure if this modification is appropriate).
The modified line is as follows: else runcmd $SAMTOOLS_MERGE --threads $NTHREADS -o $TMP_DIR/aln.bam $infiles -f &>/dev/null ; rm -f $infiles ;
After making this change, the results I obtained were inconsistent with the ones you provided, specifically, the results of the second polish changed ([dna] Nseq=30 Nres=3099386 NG50=532745 auGN=431354). I suspect there may be an issue with my modification, but I am unsure where the problem lies.
I have attached the log information for your reference.log.txt