--
You received this message because you are subscribed to a topic in the Google Groups "EA Utils" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ea-utils/si2HA9D6zlo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ea-utils+u...@googlegroups.com.
Dear Erik,
1. What version are you running (fastq-multx 2>&1 | grep ersion)
2. For the "trimmed fastq"… how did you come by this file? Is it just the first X bases of the original R2 file?
3. Can you upload, say, the first 10k or so index reads from the trimmed and untrimmed as a gzip attachment (either to the forum or to me is fine). I don't need to see the actual data (I can mock up the R1/R3). I'd like to see why the -g option is not doing what you want. fastq-multx only uses a 100k reads subsample for detection… but the code explicitly skips index reads with 'N's in them (strchr call), so it's strange that you would ever see N's in the output.
--