diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-01-12 01:37:56 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-01-12 01:37:56 +0000 |
commit | 0e279e478c8744c826bcf321787d55fee52a35ba (patch) | |
tree | 95f4aa288a226bab4fe0b82b4bbf85eb35e5d90a | |
parent | 72891bafcbe88ef1470bfd1e4bc0c94ebfc250f9 (diff) |
automatic import of R-CRAN-singleCellHaystackf38
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-singleCellHaystack.spec | 6 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1 +1,2 @@ /singleCellHaystack_1.0.0.tar.gz +/singleCellHaystack_1.0.2.tar.gz diff --git a/R-CRAN-singleCellHaystack.spec b/R-CRAN-singleCellHaystack.spec index 2dfee3c..bc3acbc 100644 --- a/R-CRAN-singleCellHaystack.spec +++ b/R-CRAN-singleCellHaystack.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname singleCellHaystack -%global packver 1.0.0 +%global packver 1.0.2 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.0.0 +Version: 1.0.2 Release: 1%{?dist}%{?buildtag} Summary: A Universal Differential Expression Prediction Tool for Single-Cell and Spatial Genomics Data @@ -43,7 +43,7 @@ subsets of cells that are non-randomly positioned inside an input space embeddings, etc). For the theoretical background of 'singleCellHaystack' we refer to our original paper Vandenbon and Diez (Nature Communications, 2020) <doi:10.1038/s41467-020-17900-3> and our update Vandenbon and Diez -(bioRxiv, 2022) <doi:10.1101/2022.11.13.516355>. +(Scientific Reports, 2023) <doi:10.1038/s41598-023-38965-2>. %prep %setup -q -c -n %{packname} @@ -1 +1 @@ -0f77acb6f7363b20820e9beb9453d687 singleCellHaystack_1.0.0.tar.gz +74aff38c8e2dbea3f9828557fc748b0d singleCellHaystack_1.0.2.tar.gz |