5 Star 0 Fork 0

src-oepkgs/trimmomatic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
trimmomatic.spec 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
张一诺 提交于 2022-11-26 15:45 . 0.39
%global debug_package %{nil}
%global java_version 1.8.0
Name: trimmomatic
Version: 0.39
Release: 1
Summary: Trimmomatic performs a variety of useful trimming tasks for illumina paired-end and single ended data.
License: GPL-3.0-only
URL: https://github.com/usadellab/Trimmomatic
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/Trimmomatic-%{version}.tar.gz
BuildRequires: ant java-%{java_version}-devel
Requires: javapackages-tools
%description
Trimmomatic performs a variety of useful trimming tasks for illumina paired-end
and single ended data.The current trimming steps are:
ILLUMINACLIP: Cut adapter and other illumina-specific sequences from the read.
SLIDINGWINDOW: Perform a sliding window trimming, cutting once the average quality
within the window falls below a threshold.
LEADING: Cut bases off the start of a read, if below a threshold quality
TRAILING: Cut bases off the end of a read, if below a threshold quality
CROP: Cut the read to a specified length
HEADCROP: Cut the specified number of bases from the start of the read
MINLEN: Drop the read if it is below a specified length
TOPHRED33: Convert quality scores to Phred-33
TOPHRED64: Convert quality scores to Phred-64
%prep
%autosetup -n Trimmomatic-%{version}
%build
%ant
%install
install -d -p -m 0755 %{buildroot}%{_javadir}
install -D -p -m 0644 ./dist/jar/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir} || exit 1
ln -sf %{name}-%{version}.jar %{name}.jar
popd
install -d -p -m 0755 %{buildroot}%{_datadir}/%{name}
install -D -p -m 0644 ./adapters/* %{buildroot}%{_datadir}/%{name}
%files
%doc README.md
%license ./distSrc/LICENSE
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_datadir}/%{name}/*
%changelog
* Wed Jun 23 2021 yang kang <[email protected]> - 0.39-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs/trimmomatic.git
[email protected]:src-oepkgs/trimmomatic.git
src-oepkgs
trimmomatic
trimmomatic
master

搜索帮助