i'm merging Illumina paired-end reads with CASPER. For some reason it works for some files and doesn't for others. The terminal print "killed:9". 9 is the return value of os.system (i'm using python). I know CASPER stops merging if :
too many mismatches exist in the overlap (i.e., the mismatch ratio exceeds a user-specified 'give-up' threshold γ), CASPER does not merge the reads.
I've used CASPER with default values options. But i tried to reduce the overlap length in order reduce the possible mismatches but it didn't work. i tried the same with the threshold for mismatch ratio of best overlap region and it also failed.