Hi everyone,
I have WGS with paired-end reads length of 100 and several reference sequences length of ~70. I want to find those reads (not pairs, just single reads) which completely cover short sequences, i.e. those reads that map to short sequences so that whole sequence is inside this read. How can I do that using bowtie2?
Thanks in advance!
context is missing : what is the input for "several reference sequences length of ~70"
I have an index of ~100 of short sequences I am mapping to
what is an "index of 100 short sequence" ? blast ? fasta ? bed ?...
Sorry, didn't get your question. It's fasta.
does every sequence get its own "chromosome"? then you could check for reads that only span one "chromosome" (while also checking for the length of the read)