Skip to content

Commit

Permalink
Update assets/differentialabundance_report.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Manning <[email protected]>
  • Loading branch information
alanmmobbs93 and pinin4fjords authored Nov 15, 2024
1 parent 993d74f commit 4382441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/differentialabundance_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ results <- lapply(differential_files, function(diff_file) {
if (length_diff != length_features) {
warnings <- c(warnings,
paste0(
'<p style="color:#DAA520;"><strong>WARNING:</strong> Some rows from the differential expressed table (', basename(diff_file), ') were lost after merging with features table (', basename(params$features), ').\n',
'<p style="color:#DAA520;"><strong>WARNING:</strong> Some rows from the differential expressed table (', basename(diff_file), ') were absent from the features table (', basename(params$features), ') and lost on merge.\n',
'Rows in diff table: ', length_diff, '.\n',
'Rows in merged table: ', length_features, '.</p>\n'
)
Expand Down

0 comments on commit 4382441

Please sign in to comment.