Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0827281d8b | |||
| ceb137f722 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa6b3b18e20851b6f3cb55afaf3205d02fcb79dae3b849fcf52e8fc10ff08b83
|
|
||||||
size 9181032
|
|
||||||
3
samtools-1.21.tar.bz2
Normal file
3
samtools-1.21.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05724b083a6b6f0305fcae5243a056cc36cf826309c3cb9347a6b89ee3fc5ada
|
||||||
|
size 9149284
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 10:50:30 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Update to version 1.21
|
||||||
|
Too many changes to list, for details see included NEWS.md or
|
||||||
|
https://github.com/samtools/samtools/releases/tag/1.21
|
||||||
|
- Update to version 1.20
|
||||||
|
Too many changes to list, for details see included NEWS.md or
|
||||||
|
https://github.com/samtools/samtools/releases/tag/1.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 01:46:12 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Wed Jan 3 01:46:12 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
|||||||
@@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define htsminversion 1.19
|
%define htsminversion 1.21
|
||||||
|
|
||||||
Name: samtools
|
Name: samtools
|
||||||
Version: 1.19
|
Version: 1.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for manipulating next-generation sequencing data
|
Summary: Tools for manipulating next-generation sequencing data
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,13 +27,12 @@ Group: Productivity/Scientific/Other
|
|||||||
URL: https://github.com/samtools/samtools
|
URL: https://github.com/samtools/samtools
|
||||||
Source: https://github.com/samtools/samtools/releases/download/%{version}/samtools-%{version}.tar.bz2
|
Source: https://github.com/samtools/samtools/releases/download/%{version}/samtools-%{version}.tar.bz2
|
||||||
BuildRequires: ncurses-utils
|
BuildRequires: ncurses-utils
|
||||||
BuildRequires: perl
|
BuildRequires: perl-base
|
||||||
BuildRequires: pkgconfig(htslib) >= %{htsminversion}
|
BuildRequires: pkgconfig(htslib) >= %{htsminversion}
|
||||||
BuildRequires: pkgconfig(ncurses)
|
BuildRequires: pkgconfig(ncurses)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Requires: bgzip
|
Requires: bgzip
|
||||||
Requires: libhts3 >= %{htsminversion}
|
Requires: perl-base
|
||||||
Requires: perl
|
|
||||||
Requires: tabix
|
Requires: tabix
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user