From 248201af9cfc5d618e25ea75a5a57b2a139786e9 Mon Sep 17 00:00:00 2001 From: Rob Newman <61608+robnewman@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:51:09 -0700 Subject: [PATCH] Update NameGenerator.groovy (#4907) Add new adjective and geologist (Alfred Wegener) Signed-off-by: Rob Newman <61608+robnewman@users.noreply.github.com> --- .../src/main/groovy/nextflow/util/NameGenerator.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy b/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy index f54e5c8106..e219838541 100644 --- a/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy +++ b/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy @@ -90,6 +90,7 @@ class NameGenerator { "lethal", "lonely", "loving", + "loquacious", "mad", "magical", "maniac", @@ -786,6 +787,9 @@ class NameGenerator { // James Watson - American molecular biologist, geneticist and zoologist, best known as one of the co-discoverers of the structure of DNA. https://en.wikipedia.org/wiki/James_Watson "watson", + // Alfred Wegener - German climatologist, geologist, geophysicist, meteorologist, and polar researcher. Best known for proposing the theory of continental drift, the precursor to plate tectonics. https://en.wikipedia.org/wiki/Alfred_Wegener + "wegener", + // Marlyn Wescoff - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Marlyn_Meltzer "wescoff",