Desulfohalobium

Desulfohalobium is a Gram negative, anaerobic, sulfate-reducing, moderately halophilic and rod-shaped bacterial genus from the family of Desulfovibrionaceae.[1][2][3][4][5]

Desulfohalobium
Scientific classification
Domain:
Phylum:
Class:
Delta Proteobacteria
Order:
Family:
Genus:
Desulfohalobium

Ollivier et al. 1991[1]
Type species
Desulfohalobium retbaense[1]
Species

D. retbaense[1]
D. utahense[1]

Synonyms

Desulfatihalobium[2]

Further reading

  • Spring, Stefan; Nolan, Matt; Lapidus, Alla; Glavina Del Rio, Tijana; Copeland, Alex; Tice, Hope; Cheng, Jan-Fang; Lucas, Susan; Land, Miriam; Chen, Feng; Bruce, David; Goodwin, Lynne; Pitluck, Sam; Ivanova, Natalia; Mavromatis, Konstantinos; Mikhailova, Natalia; Pati, Amrita; Chen, Amy; Palaniappan, Krishna; Hauser, Loren; Chang, Yun-Juan; Jeffries, Cynthia D.; Munk, Christine; Kiss, Hajnalka; Chain, Patrick; Han, Cliff; Brettin, Thomas; Detter, John C.; Schüler, Esther; Göker, Markus; Rohde, Manfred; Bristow, Jim; Eisen, Jonathan A.; Markowitz, Victor; Hugenholtz, Philip; Kyrpides, Nikos C.; Klenk, Hans-Peter (28 January 2010). "Complete genome sequence of Desulfohalobium retbaense type strain (HR100T)". Standards in Genomic Sciences. 2 (1): 38–48. doi:10.4056/sigs.581048. PMC 3035252. PMID 21304676.
  • Don J., Brenner; Noel R., Krieg; James T., Staley (2005). Bergey's manual of systematic bacteriology (2nd ed.). New York: Springer. ISBN 0-387-29298-5.
  • Dinesh K Maheshwari, Meenu Saraf (2015). Halophiles: Biodiversity and Sustainable Exploitation. Springer. ISBN 978-3-319-14595-2.
gollark: Is it compatible with potatOS?
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```

References

  1. LPSN lpsn.dsmz.de
  2. UniProt
  3. Ollivier, Bernard; Patel, Bharat K.C.; Garcia, Jean-Louis (1 January 2015). "Desulfohalobium". Bergey's Manual of Systematics of Archaea and Bacteria. John Wiley & Sons, Ltd: 1–7. doi:10.1002/9781118960608.gbm01029. ISBN 9781118960608.
  4. T., Satyanarayana; Bhavdish, NarainJohri; Anil, Prakash (2011). Microorganisms in environmental management : microbes and environment (1. ed.). Dordrecht: Springer. ISBN 978-94-007-2228-6.
  5. Axel, Schippers; Franz, Glombitza; Wolfgang, Sand (2014). Geobiotechnology II: Energy Resources, Subsurface Technologies, Organic Pollutants and Mining Legal Principles. Springer. ISBN 978-3-662-44474-0.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.