Skip to content

Commit

Permalink
Update changelog and remove test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmmobbs93 committed Nov 14, 2024
1 parent 4e26418 commit b468572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#345](https://github.com/nf-core/differentialabundance/pull/345)] - Plot differentially expressed genes by gene biotype ([@atrigila](https://github.com/atrigila), review by [@grst](https://github.com/grst))
- [[#343](https://github.com/nf-core/differentialabundance/pull/343)] - Add pipeline-level nf-tests ([@atrigila](https://github.com/atrigila), review by [@pinin4fjords](https://github.com/pinin4fjords) and [@nschcolnicov](https://github.com/nschcolnicov))
- [[#286](https://github.com/nf-core/differentialabundance/pull/286)] - Integration of limma voom for rnaseq data ([@KamilMaliszArdigen](https://github.com/KamilMaliszArdigen), review by [@pinin4fjords](https://github.com/pinin4fjords))
- [[#354](https://github.com/nf-core/differentialabundance/pull/354)] - Warning message within the R Markdown report to control when genes don't have annotation data ([@alanmmobbs93](https://github.com/alanmmobbs93)). Review by [@WackerO](https://github.com/WackerO) and [@pinin4fjords](https://github.com/pinin4fjords).

### Fixed

Expand Down
2 changes: 0 additions & 2 deletions assets/differentialabundance_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ results <- lapply(differential_files, function(diff_file) {
# Merge tables
diff_features <- merge(features, diff, by.x = params$features_id_col, by.y = params$differential_feature_id_column)
# test
diff_features <- diff_features[1:50,]
# Get number of rows before and after merging
length_diff <- as.numeric(nrow(diff))
Expand Down

0 comments on commit b468572

Please sign in to comment.