diff --git a/index.html b/index.html index 468b1a7..fe66b30 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - + Transcriptome analysis of Marteilia sydneyi and Saccostrea glomerata during QX infection in Sydney Rock Oysters @@ -3359,7 +3359,7 @@

Transcriptome analysis of Marteilia sydneyi and Saccostrea glomerata during QX infection in Sydney Rock Oysters

Niki Nenadic and Ido Bar

-

29 January 2025

+

30 January 2025

@@ -4075,7 +4075,7 @@

Gene Expression Analysis

General information

-

This document was last updated at 2025-01-29 23:29:50 using R Markdown (built with R version 4.2.1 (2022-06-23 ucrt)). The source code for this webpage can be found at https://github.com/IdoBar/QX_bioinfo_analysis (or via the GitHub logo at the top right corner of this page).

+

This document was last updated at 2025-01-30 00:05:10 using R Markdown (built with R version 4.2.1 (2022-06-23 ucrt)). The source code for this webpage can be found at https://github.com/IdoBar/QX_bioinfo_analysis (or via the GitHub logo at the top right corner of this page).

Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. It is especially powerful at authoring documents and reports which include code and can execute code and use the results in the output. For more details on using R Markdown see http://rmarkdown.rstudio.com, R Markdown: The Definitive Guide and Rmarkdown cheatsheet.


@@ -4149,6 +4149,24 @@

Bibliography

+ diff --git a/update_gitpage.sh b/update_gitpage.sh new file mode 100644 index 0000000..3863afd --- /dev/null +++ b/update_gitpage.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cp QX_bioinfo_analysis.html index.html +git add . +git commit -m "$1" +git push \ No newline at end of file