forked from pool/bcftools
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 27288a2223 | |||
| 650b23c155 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:782b5f1bc690415192231e82213b3493b047f45e630dc8ef6f154d6126ab3e68
|
|
||||||
size 7906216
|
|
||||||
3
bcftools-1.21.tar.bz2
Normal file
3
bcftools-1.21.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:528a4cc1d3555368db75a700b22a3c95da893fd1827f6d304716dfd45ea4e282
|
||||||
|
size 7982173
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 10:56:23 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 file or
|
||||||
|
https://github.com/samtools/bcftools/releases/tag/1.21
|
||||||
|
- Update to version 1.20:
|
||||||
|
Too many changes to list, for details see included NEWS file or
|
||||||
|
https://github.com/samtools/bcftools/releases/tag/1.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 01:50:42 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Wed Jan 3 01:50:42 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bcftools
|
# spec file for package bcftools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bcftools
|
Name: bcftools
|
||||||
Version: 1.19
|
Version: 1.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for manipulating variant calls in the Variant Call Format (VCF)
|
Summary: Tools for manipulating variant calls in the Variant Call Format (VCF)
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -35,7 +35,7 @@ BuildRequires: lzma-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Requires: bgzip
|
Requires: bgzip
|
||||||
Requires: htsfile
|
Requires: htsfile
|
||||||
Requires: perl
|
Requires: perl-base
|
||||||
Requires: python3-base
|
Requires: python3-base
|
||||||
Requires: python3-matplotlib
|
Requires: python3-matplotlib
|
||||||
Requires: tabix
|
Requires: tabix
|
||||||
@@ -63,7 +63,7 @@ sed -i -E "s:/usr/bin/env python3?:%{_bindir}/python3:" %{buildroot}/%{_bindir}/
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README NEWS
|
||||||
%{_bindir}/bcftools
|
%{_bindir}/bcftools
|
||||||
%{_bindir}/*.py
|
%{_bindir}/*.py
|
||||||
%{_bindir}/*.pl
|
%{_bindir}/*.pl
|
||||||
|
|||||||
Reference in New Issue
Block a user