diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 05:24:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 05:24:58 +0000 |
commit | d61f4329408358c0dd550ced445217b30ff9e465 (patch) | |
tree | b1c4653b276338109ed535e6cc0138684b11a085 | |
parent | 5913038bb248c2fb7bc825d9976a5e3b04f7c04c (diff) |
automatic import of python-tissuumapsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tissuumaps.spec | 117 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 119 insertions, 0 deletions
@@ -0,0 +1 @@ +/TissUUmaps-3.1.1.tar.gz diff --git a/python-tissuumaps.spec b/python-tissuumaps.spec new file mode 100644 index 0000000..ae633f4 --- /dev/null +++ b/python-tissuumaps.spec @@ -0,0 +1,117 @@ +%global _empty_manifest_terminate_build 0 +Name: python-TissUUmaps +Version: 3.1.1 +Release: 1 +Summary: TissUUmaps is a lightweight viewer that uses basic web tools to visualize gene expression data or any kind of point data on top of whole slide images. +License: GNU General Public License v3.0 +URL: https://tissuumaps.research.it.uu.se/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/a7/721737e495bcbec3e91b78cacb97b597cfafbfc52f0959b9aa7413dbfc69/TissUUmaps-3.1.1.tar.gz +BuildArch: noarch + +Requires: python3-Flask +Requires: python3-openslide-python +Requires: python3-Pillow +Requires: python3-ipython +Requires: python3-pyvips +Requires: python3-pyyaml +Requires: python3-h5py +Requires: python3-scipy +Requires: python3-PyQt6 +Requires: python3-PyQt6-WebEngine +Requires: python3-PyQt6 +Requires: python3-PyQt6-WebEngine + +%description +# TissUUmaps - Interactive visualization and quality assessment of large-scale spatial omics data + + + +[TissUUmaps](https://tissuumaps.github.io/) is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics. + +## Documentation + +For installation and usage, read the [TissUUmaps online documentation](https://tissuumaps.github.io/TissUUmaps-docs/). + +For demo and tutorials, see the [TissUUmaps web page](https://tissuumaps.github.io). + + +%package -n python3-TissUUmaps +Summary: TissUUmaps is a lightweight viewer that uses basic web tools to visualize gene expression data or any kind of point data on top of whole slide images. +Provides: python-TissUUmaps +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-TissUUmaps +# TissUUmaps - Interactive visualization and quality assessment of large-scale spatial omics data + + + +[TissUUmaps](https://tissuumaps.github.io/) is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics. + +## Documentation + +For installation and usage, read the [TissUUmaps online documentation](https://tissuumaps.github.io/TissUUmaps-docs/). + +For demo and tutorials, see the [TissUUmaps web page](https://tissuumaps.github.io). + + +%package help +Summary: Development documents and examples for TissUUmaps +Provides: python3-TissUUmaps-doc +%description help +# TissUUmaps - Interactive visualization and quality assessment of large-scale spatial omics data + + + +[TissUUmaps](https://tissuumaps.github.io/) is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics. + +## Documentation + +For installation and usage, read the [TissUUmaps online documentation](https://tissuumaps.github.io/TissUUmaps-docs/). + +For demo and tutorials, see the [TissUUmaps web page](https://tissuumaps.github.io). + + +%prep +%autosetup -n TissUUmaps-3.1.1 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-TissUUmaps -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.1-1 +- Package Spec generated @@ -0,0 +1 @@ +c563d40b820278506c37c2642dc8df44 TissUUmaps-3.1.1.tar.gz |