Currently, adapters are only trimmed if an adapter sequence is known before. Implement de novo adapter detect with fastp.
Allow setting:
(a) don't trim
(b) trim with trimmomatic (should remain default when trimming -- for backwards compatibility)
(c) trim with fastp without known adapter
(d) trim with fastp including known adapter
(e) only check whether de novo (observed) adapter is compatible with provided (expected) adapter.
By default, the quality-trimming should be similar (by cutoffs) to the quality-trimming currently done with trimmomatic.
The implementation should allow for flexible configuration of fastp, in case any of the other trimming options are required.
Currently, adapters are only trimmed if an adapter sequence is known before. Implement de novo adapter detect with fastp.
Allow setting: (a) don't trim (b) trim with trimmomatic (should remain default when trimming -- for backwards compatibility) (c) trim with fastp without known adapter (d) trim with fastp including known adapter (e) only check whether de novo (observed) adapter is compatible with provided (expected) adapter.
By default, the quality-trimming should be similar (by cutoffs) to the quality-trimming currently done with trimmomatic.
The implementation should allow for flexible configuration of fastp, in case any of the other trimming options are required.
Implementation details.
This call needs to be extended to additionally do quality-based trimming.