Skip to content

Commit

Permalink
hyphenate TGx-DDI
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Jul 15, 2024
1 parent 69b3590 commit d93f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render_DESeq2_report.parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if (params$generate_tgxddi_report) {
file.remove(tgxddi_files)
}
else {
message(paste("TGxDDI analysis is only available for human datasets. Your parameters indicate that the data is from", params$species, ". Skipping TGxDDI analysis."))
message(paste("TGx-DDI analysis is only available for human datasets. Your parameters indicate that the data is from", params$species, ". Skipping TGx-DDI analysis."))
}
}

Expand Down

0 comments on commit d93f86c

Please sign in to comment.