Ai
12 Star 1 Fork 10

src-openEuler/minimap2
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
minimap2.spec 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
王歌 提交于 2025-10-09 09:59 +08:00 . Update package to version 2.30
Name: minimap2
Version: 2.30
Release: 1
Summary: A versatile pairwise aligner for genomic and spliced nucleotide sequences
License: MIT
URL: https://lh3.github.io/minimap2/
Source0: https://github.com/lh3/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-fix-man-command.patch
BuildRequires: gcc make zlib-devel
%description
Minimap2 is a versatile sequence alignment program that aligns DNA or mRNA sequences against a large reference database.
%global ENV %{nil}
%ifarch aarch64
%global ENV arm_neon=true aarch64=true
%endif
%prep
%setup -q -n %{name}-%{version}/
%patch 0 -p1
%build
%{ENV} make extra
%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 minimap2 %{buildroot}%{_bindir}/minimap2
install -m 755 minimap2-lite %{buildroot}%{_bindir}/minimap2-lite
install -m 755 sdust %{buildroot}%{_bindir}/sdust
mkdir -p %{buildroot}%{_mandir}/man1/
cp ./minimap2.1 %{buildroot}%{_mandir}/man1/
%files
%license LICENSE.txt
%doc README.md cookbook.md
%{_bindir}/*
%{_mandir}/*
%changelog
* Thu Oct 09 2025 Ge Wang <wang__ge@126.com> - 2.30-1
- Update package to version 2.30
* Improvement: consolidated --spsc
* Deprecation: subcommands splice2bed, gff2bed, gff2junc, junceval andexoneval in paftools.js are deprecated by minigff. They will remain indefinitely for
backward compatibility
* Wed Dec 11 2024 Ge Wang <wang__ge@126.com> - 2.28-1
- Upgrade version to 2.28
* Thu Sep 14 2023 xu_ping <707078654@qq.com> - 2.24-1
- Upgrade version to 2.24
* Sat Aug 28 2021 yangzhao <yangzhao1@kylinos.cn> - 2.17-2
- fix man command
* Thu Mar 18 2021 yangzhao <yangzhao1@kylinos.cn> - 2.17-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/minimap2.git
git@gitee.com:src-openeuler/minimap2.git
src-openeuler
minimap2
minimap2
master

搜索帮助