From b04ecaf9bf34897b03caa996c693f927df1d71dd Mon Sep 17 00:00:00 2001 From: HDash <16350928+HDash@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:53:36 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20neurogen?= =?UTF-8?q?omics/MotifPeeker@9ad3396e778ac257a0d02cdac6de3626ca9280da=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/MotifPeeker.html | 7 ++++--- index.html | 8 ++++---- pkgdown.yml | 2 +- reference/MotifPeeker.html | 2 +- reference/check_ENCODE.html | 2 +- reference/check_JASPAR.html | 2 +- reference/find_motifs.html | 4 ++-- reference/get_JASPARCORE.html | 4 ++-- reference/save_peak_file.html | 2 +- reference/to_plotly.html | 2 +- search.json | 2 +- 11 files changed, 19 insertions(+), 18 deletions(-) diff --git a/articles/MotifPeeker.html b/articles/MotifPeeker.html index a8f769a..b1dc458 100644 --- a/articles/MotifPeeker.html +++ b/articles/MotifPeeker.html @@ -178,6 +178,7 @@
Alternatively, you can use the Docker/Singularity container to run the package out-of-the-box.
@@ -292,9 +293,9 @@## Starting run with 1 cores.
## Script run successfully.
-## Output saved at: /tmp/RtmpC90tAD/MotifPeeker_20241202_111724
-## Time taken: 1.04 mins.
-## [1] "/tmp/RtmpC90tAD/MotifPeeker_20241202_111724"
+## Output saved at: /tmp/RtmpiNsPDN/MotifPeeker_20241202_115218
+## Time taken: 1.05 mins.
+## [1] "/tmp/RtmpiNsPDN/MotifPeeker_20241202_115218"
Authors: Hiranyamaya (Hiru) Dash, Thomas Roberts, Nathan Skene
Updated: Dec-02-2024
Authors: Hiranyamaya (Hiru) Dash, Thomas Roberts, Maria Weinert, Nathan Skene
Updated: Dec-02-2024
Once the MEME suite and its associated Perl dependencies are installed, the development version of MotifPeeker
can be installed using the following code:
-if(!require("remotes")) install.packages("remotes")
+# Install latest version of MotifPeeker
+BiocManager::install("MotifPeeker", version = "devel", dependencies = TRUE)
-# Install latest version of MotifPeeker
-BiocManager::install("MotifPeeker", version = "devel", dependencies = TRUE)
+# Load the package
library(MotifPeeker)
Alternatively, you can use the Docker/Singularity container to run the package out-of-the-box.
check_JASPAR("MA1930.2")
#> BFC3
-#> "/github/home/.cache/R/BiocFileCache/377b6822ed24_MA1930.2.jaspar"
+#> "/github/home/.cache/R/BiocFileCache/10a44eee1763_MA1930.2.jaspar"
get_JASPARCORE()
-#> BFC1
-#> "/github/home/.cache/R/BiocFileCache/2ccd2bf270da_JASPAR2024_CORE_non-redundant_pfms_meme.txt"
+#> BFC1
+#> "/github/home/.cache/R/BiocFileCache/5c3585df44b_JASPAR2024_CORE_non-redundant_pfms_meme.txt"