Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions server/controllers/workbook-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ module.exports = {
errorDescription: prefix
? [
`GRNsight has detected that there are extra genes in the imported workbook's '${sheetName}' sheet.`,
`The genes in the ${sheetName} sheet should match the genes `,
"in the 'network' sheet when outputted from the GRNmap,",
"but will not affect the display of the graph in GRNsight.",
`GRNsight is checking because the genes in the '${sheetName}' sheet should have matched the genes `,
"in the 'network' sheet from the GRNmap output,",
"but this will not affect the display of the graph in GRNsight.",
`The extra genes are: ${extraGenes}.`,
].join(" ")
: [
Expand Down
Loading