From 34b13c90839640f13e200552aa7e86922d817b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Mon, 19 Aug 2024 17:33:13 -0500 Subject: [PATCH] Add Logo --- README.md | 4 +-- docs/src/assets/logo.drawio.svg | 44 +++++++++++++++++++++++++++++++++ docs/src/assets/logo.svg | 1 + 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 docs/src/assets/logo.drawio.svg create mode 100644 docs/src/assets/logo.svg diff --git a/README.md b/README.md index 62d6399..ddf8a8a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-
+
Counting BioSequences' atoms

@@ -43,7 +43,7 @@ pkg> add BioAtomsCount ## Usage -The `BioAtomsCount` module exports a single function `countatoms` which takes a `BioSequence` object as input and returns a matrix of the count of atoms in the sequence. +The `BioAtomsCount` module exports a single function `countatoms` which takes a `BioSequence` object as input and returns a matrix of the count of atoms in the sequence. Each column of the matrix corresponds to a different atom (C, H, N, O) for DNA and (C, H, N, O, S) for proteins and each row corresponds to a different residue in the sequence. diff --git a/docs/src/assets/logo.drawio.svg b/docs/src/assets/logo.drawio.svg new file mode 100644 index 0000000..229d404 --- /dev/null +++ b/docs/src/assets/logo.drawio.svg @@ -0,0 +1,44 @@ + + + + + + + +
+
+
+ + C + + - + + H + + - + + N + + - + + O + +
+
+
+
+ + C-H-N-O + +
+
+
+ + + + + Text is not SVG - cannot display + + + +
\ No newline at end of file diff --git a/docs/src/assets/logo.svg b/docs/src/assets/logo.svg new file mode 100644 index 0000000..ec1dcab --- /dev/null +++ b/docs/src/assets/logo.svg @@ -0,0 +1 @@ +
C-H-N-O
C-H-N-O
Text is not SVG - cannot display
\ No newline at end of file