From 26cf4b741f7ee0a2b837e447febc3e1e157196d7 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 16 Apr 2023 17:53:07 +0800 Subject: [PATCH] add: desktop related --- GDE.desktop | 8 +++++++ LinuxGDE.svg | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 5 +++++ 3 files changed, 76 insertions(+) create mode 100644 GDE.desktop create mode 100644 LinuxGDE.svg diff --git a/GDE.desktop b/GDE.desktop new file mode 100644 index 0000000..eba537d --- /dev/null +++ b/GDE.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.26 +Name=xdap +Comment=Xorg DAP +Icon=/usr/share/icons/Gde.svg +Categories=Science +Exec=gde %f +Type=Application diff --git a/LinuxGDE.svg b/LinuxGDE.svg new file mode 100644 index 0000000..04798d5 --- /dev/null +++ b/LinuxGDE.svg @@ -0,0 +1,63 @@ + + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + diff --git a/README.md b/README.md index 25a47ae..f2021e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + +
+logo +
+ # Genetic Data Environment GDE is originally distributed on SunOS in the 1990s by [Smith et al. (1994)](https://doi.org/10.1093/bioinformatics/10.6.671). With efforts from [Oliveira et al. (2003)](http://dx.doi.org/10.1093/bioinformatics/19.1.153), GDE started to work on Linux.