You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching to `fastp` should speed up the adapter trimming and allows for
auto-detection of many adapter sequences.
This pull request also moves from per-project adapter definitions to
per-uni adapter definitions, allowing to combine data from different
sequencing experiments.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added support for configuring adapter trimming and extra options for
sequencing reads using `fastp` via new schema fields.
* **Bug Fixes**
* None.
* **Documentation**
* Updated and expanded documentation to detail configuration of input
files and new `fastp`-based trimming, replacing previous `cutadapt`
instructions.
* **Refactor**
* Switched trimming workflow from `cutadapt` to `fastp`, including
renaming and restructuring rules and outputs.
* Updated file and log output paths to consistently organize results
within sample-specific directories.
* Simplified configuration and schema files by removing all
`cutadapt`-related parameters and sections.
* Improved file path consistency across multiple workflow rules by
nesting outputs within sample-specific subdirectories.
* Changed quality control report categories from "QC" to "quality
control" for clarity.
* Updated GitHub Actions workflows to use newer action versions for
improved CI/CD processes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments