Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Oligo Sequences

/wiki/spaces/GSAF/pages/38797730
/wiki/spaces/GSAF/pages/38798143
Illumina HiSeqIllumina 

rRNA bacterial gene and ITS fungal metagenomics primers

Blunt-end ligation with PCR addition of indexes

Some simple commands to use to search for adaptor-dimers:
In Illumina data:

Code Block

grep -c GATCGGAAGA <filename.fastq>

...

For small-rna library/single stranded RNA library, The previous command will work for read 1. For read 2, use something like:

Code Block

grep -c ATCGTCGGAC <filename.fastq>