Hello everyone.
I am doing a WGBS (Whole Genome Bisulfite Sequencing Analysis) and would like to adjust an existing workflow such that I am able to manually input strings for customized trimming in the adapter-detection step. The trimming tool used is Trim-Galore. The adapter sequences that I need to remove are shown below:
PrefixPE/1
TACACTCTTTCCCTACACGACGCTCTTCCGATCT
PrefixPE/2
GTGACTGGAGTTCAGACGTGTGCTCTTCCGATCT
PE1
TACACTCTTTCCCTACACGACGCTCTTCCGATCT
PE1_rc
AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTA
PE2
GTGACTGGAGTTCAGACGTGTGCTCTTCCGATCT
PE2_rc
AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC
Would this task be possible? How would I facilitate this change on an existing worfklow? Thanks in advance.

