- First you need to extract the sequence of the adapter from FASTQC and save as a fasta file using a texteditor like nano:
touch adaptator.fasta
nano adaptator.fasta
- It should have the format you know from fasta files with a /1 for the forward adapter and a /2 for the reverse. The prefix has to be the same in both identifiers.
>Truseq/1
forward adapter-sequence from FASTQC
>Truseq/2
reverse adapter-sequence from FASTQC
- Make sure that you are in the conda environment that contains Trimmomatic and document the command you use to run it. Discuss with the group or the tutors if you are unsure about the parameters.