2 follow-up questions are:
You suggested using
CTGTCTCTTATACACATCTas the adapter. But when I look at the "NexteraPE-PE.fa provided by Trimmomatic" in the the discussion you direct me to, I find that the adapter sequence is actually in the NexteraPE-PE.fa:Using Long Clipping Sequence: 'CTGTCTCTTATACACATCTCCGAGCCCACGAGAC' Using Long Clipping Sequence: 'CTGTCTCTTATACACATCTGACGCTGCCGACGA'Should we use this "long version" of the adapter sequence? Or purely
CTGTCTCTTATACACATCTwill do the job?You mentioned discarding multimappers. Do you mean you set the bowtie2 -k to 0? Or, you suggest discarding them using samtools? While I am looking at the bowtie2 manual after posting the original question, it seems that we can only know there is multimapping happening when we use the -k option (a number larger than 1). It is because bowtie2 will randomly report 1 aligned region when there is a tie (though, I am not sure whether the XS:i: will still present in the default mode).
Thanks!