22 Commits

Author SHA256 Message Date
27288a2223 Accepting request 1266564 from science
OBS-URL: https://build.opensuse.org/request/show/1266564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcftools?expand=0&rev=6
2025-04-02 16:25:13 +00:00
650b23c155 - 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

OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=21
2025-04-02 13:44:43 +00:00
e21f1370bc Accepting request 1136413 from science
OBS-URL: https://build.opensuse.org/request/show/1136413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcftools?expand=0&rev=5
2024-01-03 13:53:25 +00:00
Pierre Bonamy
b90d9d1f57 Accepting request 1136376 from home:StefanBruens:branches:science
- Update to version 1.19
  Too many changes to list, for details see
  https://github.com/samtools/bcftools/releases/tag/1.19
- Update to version 1.18
  Too many changes to list, for details see
  https://github.com/samtools/bcftools/releases/tag/1.18
- Update to version 1.17
  Too many changes to list, for details see
  https://github.com/samtools/bcftools/releases/tag/1.17

OBS-URL: https://build.opensuse.org/request/show/1136376
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=19
2024-01-03 08:52:44 +00:00
1eefa9ab71 Accepting request 1002326 from science
OBS-URL: https://build.opensuse.org/request/show/1002326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcftools?expand=0&rev=4
2022-09-11 19:57:27 +00:00
Pierre Bonamy
2af2838f8a Accepting request 1002259 from home:jengelh:branches:science
- Update to release 1.16

libhts>=%{minor} is >=16, and is actually incorrect,
since libhts is on 1.15.1/1.16 as well, just like bcftools.

OBS-URL: https://build.opensuse.org/request/show/1002259
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=17
2022-09-09 14:20:13 +00:00
ed4712c0ac Accepting request 974425 from science
- Update to version 1.15.1

OBS-URL: https://build.opensuse.org/request/show/974425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcftools?expand=0&rev=3
2022-05-04 13:10:44 +00:00
Pierre Bonamy
30484374d4 Accepting request 971878 from home:susnux:branches:science
- Update to version 1.15.1

OBS-URL: https://build.opensuse.org/request/show/971878
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=15
2022-04-21 17:09:36 +00:00
10ee3f0e24 Accepting request 896936 from science
OBS-URL: https://build.opensuse.org/request/show/896936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcftools?expand=0&rev=2
2021-06-02 20:12:27 +00:00
Pierre Bonamy
6135b7a578 Accepting request 896934 from home:flyos:branches:science
- Fixed a bug in python scripts handling making them require "python33"

OBS-URL: https://build.opensuse.org/request/show/896934
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=13
2021-06-02 15:07:26 +00:00
Pierre Bonamy
8e09df1bb2 Accepting request 893090 from home:susnux:branches:science
- Update to version 1.12

OBS-URL: https://build.opensuse.org/request/show/893090
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=12
2021-05-16 16:34:09 +00:00
bb4ef984fc Accepting request 779042 from science
Changed python dependencies for python3-base and python3-matplotlib

OBS-URL: https://build.opensuse.org/request/show/779042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcftools?expand=0&rev=1
2020-02-25 15:04:21 +00:00
Pierre Bonamy
168f4789b1 OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=10 2020-02-25 11:47:45 +00:00
Pierre Bonamy
4fa0af8e41 OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=9 2020-02-25 11:46:49 +00:00
Pierre Bonamy
8b266880be Accepting request 773805 from home:TheBlackCat:branches:science
- Add use_python3.patch to switch from python2 to python3

OBS-URL: https://build.opensuse.org/request/show/773805
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=8
2020-02-12 17:40:04 +00:00
Pierre Bonamy
cb7485339e Accepting request 770397 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 1.10.2
  * This release fixes crashes reported on files including integer
    INFO tags with values outside the range officially supported
    by VCF. It also fixes a bug where invalid BCF files would be
    created if such values were present.
- Update to 1.10.0
  + Numerous bug fixes, usability improvements and sanity checks were added to prevent common user errors.
  + The -r, --regions (and -R, --regions-file) option should never create unsorted VCFs or duplicates records again. This also fixes rare cases where a spanning deletion makes a subsequent record invisible to bcftools isec and other commands.
  + Additions to filtering and formatting expressions
    * support for the spanning deletion alternate allele (ALT=*)
    * new ILEN filtering expression to be able to filter by indel length
    * new MEAN, MEDIAN, MODE, STDEV, phred filtering functions
    * new formatting expression %PBINOM (phred-scaled binomial probability), %INFO (the whole INFO column), %FORMAT (the whole FORMAT column), %END (end position of the REF allele), %END0 (0-based end position of the REF allele), %MASK (with multiple files indicates the presence of the site in other files)
  + New plugins
    * +gvcfz: compress gVCF file by resizing gVCF blocks according to specified criteria
    * +indel-stats: collect various indel-specific statistics
    * +parental-origin: determine parental origin of a CNV region
    * +remove-overlaps: remove overlapping variants.
    * +split-vep: query structured annotations such INFO/CSQ created by bcftools/csq or VEP
    * +trio-dnm: screen variants for possible de-novo mutations in trios
  + annotate
    * new -l, --merge-logic option for combining multiple overlapping regions
  + call
    * new bcftools call -G, --group-samples option which allows grouping samples into populations and applying the HWE assumption within but not across the groups.
  + csq
    * significant reduction of memory usage in the local -l mode for VCFs with thousands of samples and 20% reduction in the non-local haplotype-aware mode.
    * fixes a small memory leak and formatting issue in FORMAT/BCSQ at sites with many consequences
    * do not print protein sequence of start_lost events
    * support for "start_retained" consequence
    * support for symbolic insertions (ALT="<INS...>"), "feature_elongation" consequence
    * new -b, --brief-predictions option to output abbreviated protein predictions.
  + concat
    * the --naive command now checks header compatibility when concatenating multiple files.
  + consensus
    * add a new -H, --haplotype 1pIu/2pIu feature to output first/second allele for phased genotypes and the IUPAC code for unphased genotypes
    * new -p, --prefix option to add a prefix to sequence names on output
  + +contrast
    * added support for Fisher's test probability and other annotations
  + +fill-from-fasta
    * new -N, --replace-non-ACGTN option
  + +dosage
    * fix some serious bugs in dosage calculation
  + +fill-tags
    * extended to perform simple on-the-fly calculations such as calculating INFO/DP from FORMAT/DP.
  + merge
    * add support for merging FORMAT strings
    * bug fixed in gVCF merging
  + mpileup
    * a new optional SCR annotation for the number of soft-clipped reads
  + reheader
    * new -f, --fai option for updating contig lines in the VCF header
  + +trio-stats
    * extend output to include DNM homs and recurrent DNMs
  + VariantKey support

OBS-URL: https://build.opensuse.org/request/show/770397
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=7
2020-02-05 21:28:46 +00:00
Pierre Bonamy
6437576358 Accepting request 633582 from home:flyos:science
- Update to 1.9
    * `annotate`
        - REF and ALT columns can be now transferred from the annotation 
    file.
        - fixed bug when setting vector_end values.
    * `consensus`
        - new -M option to control output at missing genotypes
        - variants immediately following insersions should not be skipped. 
          Note however, that the current fix requires normalized VCF and may 
          still falsely skip variants adjacent to multiallelic indels.
        - bug fixed in -H selection handling
    * `convert`
        - the --tsv2vcf option now makes the missing genotypes diploid, 
          "./." instead of "."
        - the behavior of -i/-e with --gvcf2vcf changed. Previously only 
          sites with FILTER set to "PASS" or "." were expanded and the -i/-e 
          options dropped sites completely. The new behavior is to let the -i/-e 
          options control which records will be expanded. In order to drop 
          records completely, one can stream through "bcftools view" first.
    * `csq`
        - since the real consequence of start/splice events are not known, 
          the aminoacid positions at subsequent variants should stay unchanged
        - add `--force` option to skip malformatted transcripts in GFFs 
          with out-of-phase CDS exons.
    * `+dosage`: output all alleles and all their dosages at multiallelic 
       sites
    * `+fixref`: fix serious bug in -m top conversion
    * `-i/-e` filtering expressions:
        - add two-tailed binomial test
        - add functions N_PASS() and F_PASS()
        - add support for lists of samples in filtering expressions, with 
          many samples it was impractical to list them all on the command line. 
          Samples can be now in a file as, e.g., GT[@samples.txt]="het"
        - allow multiple perl functions in the expressions and some bug 
          fixes
        - fix a parsing problem, '@' was not removed from '@filename' 
          expressions
    * `mpileup`: fixed bug where, if samples were renamed using the `-G` 
       (`--read-groups`) option, some samples could be omitted from the 
       output file.
    * `norm`: update INFO/END when normalizing indels
    * `+split`: new -S option to subset samples and to use custom file 
       names instead of the defaults
    * `+smpl-stats`: new plugin
    * `+trio-stats`: new plugin
    * Fixed build problems with non-functional configure script produced 
      on some platforms

OBS-URL: https://build.opensuse.org/request/show/633582
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=6
2018-09-06 08:50:32 +00:00
Pierre Bonamy
27099d2145 OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=5 2018-07-20 15:03:52 +00:00
Pierre Bonamy
573b91b837 Accepting request 622265 from home:flyos:science
- Update to 1.8
- Cleaned spec file using spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/622265
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=4
2018-07-13 09:05:18 +00:00
Pierre Bonamy
05f3fef014 OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=3 2017-07-13 23:10:31 +00:00
335a403bb0 Accepting request 509706 from home:flyos:branches:science
OBS-URL: https://build.opensuse.org/request/show/509706
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=2
2017-07-13 23:07:50 +00:00
Matthias Mailänder
2b29a29b5c Accepting request 397304 from home:flyos:science
ChangeLog added. Sorry about that.

OBS-URL: https://build.opensuse.org/request/show/397304
OBS-URL: https://build.opensuse.org/package/show/science/bcftools?expand=0&rev=1
2016-05-22 21:08:46 +00:00