From e3546f7be58251fbe7bb5046746147d12a26107a Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Mon, 4 Mar 2024 19:43:45 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- 404.html | 30 +- about.html | 649 ------------------ index.html | 70 +- install.html | 48 +- methodology.html | 30 +- releases.html | 28 +- search.json | 50 +- site_libs/bootstrap/bootstrap.min.css | 4 +- .../quarto-syntax-highlighting.css | 208 +++--- sitemap.xml | 14 +- usage.html | 199 +++++- 12 files changed, 415 insertions(+), 917 deletions(-) delete mode 100644 about.html diff --git a/.nojekyll b/.nojekyll index 1c3368a..6f8efe3 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -fb3f23f8 \ No newline at end of file +c3df5157 \ No newline at end of file diff --git a/404.html b/404.html index f75ac3b..5b02b6b 100644 --- a/404.html +++ b/404.html @@ -126,7 +126,7 @@ - + - -
-
- - - - - -
- - -
- - - -
- -
-
-

About

-
- - - -
- - - - -
- - - -
- - -

About this site

- - - -
- -
- - - - - - \ No newline at end of file diff --git a/index.html b/index.html index 43d3662..fa583b7 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,40 @@ margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */ vertical-align: middle; } +/* CSS for syntax highlighting */ +pre > code.sourceCode { white-space: pre; position: relative; } +pre > code.sourceCode > span { line-height: 1.25; } +pre > code.sourceCode > span:empty { height: 1.2em; } +.sourceCode { overflow: visible; } +code.sourceCode > span { color: inherit; text-decoration: inherit; } +div.sourceCode { margin: 1em 0; } +pre.sourceCode { margin: 0; } +@media screen { +div.sourceCode { overflow: auto; } +} +@media print { +pre > code.sourceCode { white-space: pre-wrap; } +pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } +} +pre.numberSource code + { counter-reset: source-line 0; } +pre.numberSource code > span + { position: relative; left: -4em; counter-increment: source-line; } +pre.numberSource code > span > a:first-child::before + { content: counter(source-line); + position: relative; left: -1em; text-align: right; vertical-align: baseline; + border: none; display: inline-block; + -webkit-touch-callout: none; -webkit-user-select: none; + -khtml-user-select: none; -moz-user-select: none; + -ms-user-select: none; user-select: none; + padding: 0 4px; width: 4em; + } +pre.numberSource { margin-left: 3em; padding-left: 4px; } +div.sourceCode + { } +@media screen { +pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } +} @@ -165,26 +199,20 @@ @@ -241,10 +263,10 @@

Dupsifter Documentation

Publication

If you use dupsifter, kindly cite:

-
Jacob Morrison, Wanding Zhou, Benjamin K Johnson, Hui Shen,
-Dupsifter: a lightweight duplicate marking tool for whole genome bisulfite sequencing,
-Bioinformatics, Volume 39, Issue 12, December 2023, btad729,
-https://doi.org/10.1093/bioinformatics/btad729
+
Jacob Morrison, Wanding Zhou, Benjamin K Johnson, Hui Shen,
+Dupsifter: a lightweight duplicate marking tool for whole genome bisulfite sequencing,
+Bioinformatics, Volume 39, Issue 12, December 2023, btad729,
+https://doi.org/10.1093/bioinformatics/btad729

Issues

@@ -652,18 +674,16 @@

Acknowledgments

- - @@ -280,17 +268,17 @@

Installation

External Dependencies

Note, if you plan to use the Docker container or install via conda/mamba you can skip this section as all dependencies are wrapped up in these methods.

If you plan to compile your own copy of dupsifter or run the pre-compiled binaries, there are several external dependencies that are needed:

-
zlib
-libbz2
-liblzma
-libcurl
+
zlib
+libbz2
+liblzma
+libcurl

Some helpful tools for retrieving the pre-compiled binaries or the source code from GitHub are:

-
git
-curl
-unzip
+
git
+curl
+unzip

If you are compiling dupsifter yourself, you will also need:

-
gcc
-make
+
gcc
+make

Download and Install

@@ -750,18 +738,16 @@

Bioconda