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
feat: disable performance-heavy QC steps by default
- Set skip_dupradar=true (mostly pointless for bulk RNA-seq)
- Set skip_qualimap=true (identified as slowest QC step)
- Set skip_rseqc=true (7 resource-intensive modules by default)
- Set skip_stringtie=true (additional assembly overhead)
- Set skip_bigwig=true (coverage track generation overhead)
Follows nf-core/proposals#71 to make QC steps opt-in rather than
mandatory. Users can re-enable comprehensive QC via parameters when needed.
Significantly reduces pipeline runtime and compute costs for standard
bulk RNA-seq workflows.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: adamrtalbot <adamrtalbot@users.noreply.github.com>
0 commit comments