Commit Graph

1219 Commits

Author SHA1 Message Date
R. Ryantm
60daff4b19 iqtree: 2.2.2.7 -> 2.3.1 2024-03-26 08:23:46 +00:00
R. Ryantm
9229eb6e7e messer-slim: 4.1 -> 4.2 2024-03-22 17:12:15 +00:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
jopejoe1
3c57e34690 conglomerate: change license to hpndUc
found at https://github.com/BIC-MNI/conglomerate/blob/master/COPYING
2024-03-20 20:49:33 +01:00
TomaSajt
25ea922a4b
astral: make deterministic and clean up 2024-03-19 11:24:39 +01:00
Pol Dellaiera
186c3e34a7
Merge pull request #296549 from TomaSajt/strip-java-archives-hook
add stripJavaArchivesHook and use treewide
2024-03-19 05:41:08 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Weijia Wang
2e911ea73b
Merge pull request #294471 from r-ryantm/auto-update/deeptools
deeptools: 3.5.4 -> 3.5.5
2024-03-17 15:20:16 +01:00
TomaSajt
0e20953796
treewide: use stripJavaArchivesHook instead of canonicalize-jars-hook 2024-03-17 13:35:12 +01:00
OTABI Tomoya
7fc13a0d56
Merge pull request #295598 from r-ryantm/auto-update/mafft
mafft: 7.520 -> 7.525
2024-03-17 11:56:50 +09:00
Nick Cao
86e812c02a
Merge pull request #295472 from r-ryantm/auto-update/minimap2
minimap2: 2.26 -> 2.27
2024-03-15 14:04:43 -04:00
R. Ryantm
fd5b7188ef mafft: 7.520 -> 7.525 2024-03-13 12:21:27 +00:00
R. Ryantm
055cf7e2ac minimap2: 2.26 -> 2.27 2024-03-13 00:30:24 +00:00
Pol Dellaiera
37b4a69489
Merge pull request #295208 from r-ryantm/auto-update/igv
igv: 2.17.2 -> 2.17.3
2024-03-12 21:36:29 +01:00
R. Ryantm
c91acf3624 igv: 2.17.2 -> 2.17.3 2024-03-12 02:48:25 +00:00
R. Ryantm
8cc0f796eb seqkit: 2.7.0 -> 2.8.0 2024-03-12 00:29:44 +00:00
R. Ryantm
a312b41117 deeptools: 3.5.4 -> 3.5.5 2024-03-09 10:06:54 +00:00
Weijia Wang
b2a57ed0b9
Merge pull request #285423 from r-ryantm/auto-update/diamond
diamond: 2.1.8 -> 2.1.9
2024-03-07 11:24:20 +01:00
Weijia Wang
c02fcb5130
Merge pull request #287668 from r-ryantm/auto-update/igv
igv: 2.17.1 -> 2.17.2
2024-03-07 09:31:05 +01:00
Justin Bedő
5deb2a3b18
Merge pull request #289911 from r-ryantm/auto-update/last
last: 1541 -> 1542
2024-03-01 08:59:19 +11:00
Sergei Trofimovich
0c544b0f0f sortmerna: fix gcc-13 build
Without the change the build on `master` fails as
https://hydra.nixos.org/build/249070958:

    In file included from /build/source/src/sortmerna/kseq_load.cpp:38:
    /build/source/include/kseq_load.hpp:61:12: error: 'uint64_t' has not been declared
       61 |            uint64_t number_total_read,
          |            ^~~~~~~~
2024-02-25 07:49:10 +00:00
Sergei Trofimovich
75f093fed6 octopus-caller: fix gcc-13 build failure (drop -Werror)
Without the change the build on `master` fails as
https://hydra.nixos.org/build/249090788:

    /build/source/src/config/option_collation.cpp: In function 'auto octopus::options::make_variant_generator_builder(const OptionMap&, boost::optional<const octopus::ReadSetProfile&>)':
    /build/source/src/config/option_collation.cpp:1298: error: redundant move in initialization [-Werror=redundant-move]
     1298 |                 throw ConflictingSourceVariantFile {std::move(source_path), *output_path};
          |

Blanket `-Werror` frequently causes build failures unless upstream is
quick at addressing build failures.
2024-02-20 09:39:27 +00:00
R. Ryantm
c8ee33f26e last: 1541 -> 1542 2024-02-19 07:08:37 +00:00
R. Ryantm
55fab6dfd9 last: 1540 -> 1541 2024-02-14 15:51:25 +00:00
kirillrdy
399d51fba7
Merge pull request #287721 from trofi/megahit-gcc-13-fix
megahit: fix `gcc-13` build failure
2024-02-14 20:22:18 +11:00
kirillrdy
cd54cfb658
Merge pull request #287985 from trofi/svaba-gcc-13-fix
svaba: fix `gcc-13` build failure
2024-02-14 20:07:39 +11:00
Nick Cao
2d8077c394
Merge pull request #286906 from ashgillman/master
dcm2niix: 1.0.20211006 -> 1.0.20230411
2024-02-11 12:43:56 -05:00
Sergei Trofimovich
a59d5e3028 svaba: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249164637:

    In file included from Histogram.cpp:1:
    Histogram.h:104:61: error: 'uint32_t' does not name a type
      104 |   Histogram(const int32_t& start, const int32_t& end, const uint32_t& width);
          |                                                             ^~~~~~~~
2024-02-11 09:59:19 +00:00
Sergei Trofimovich
90a5d1b931 megahit: fir gcc-13 build failure
Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/247673319:

    In file included from /build/source/src/main_local_assemble.cpp:27:
    /build/source/src/localasm/local_assemble.h:31:3: error: 'uint32_t' does not name a type
       31 |   uint32_t kmin{11};
          |   ^~~~~~~~
    /build/source/src/localasm/local_assemble.h:1:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
      +++ |+#include <cstdint>
2024-02-10 10:26:43 +00:00
R. Ryantm
5ca14e22c6 igv: 2.17.1 -> 2.17.2 2024-02-10 06:01:14 +00:00
Manuel Frischknecht
14a19fa225 hh-suite: fix build on GCC 13
The build of `hh-suite` stopped working with GCC 13 because
GCC stopped transitively including a couple of headers like
`cstdint` in various scenarios.

There already is an upstream PR proposed that fixes this issue [1]
but hasn't been merged yet. This change pulls in this correction
using `fetchpatch`, fixing the build for now.

[1]: https://github.com/soedinglab/hh-suite/pull/357
2024-02-08 21:54:47 +00:00
Ashley Gillman
18eeabfe73 dcm2niix: 1.0.20211006 -> 1.0.20230411 2024-02-07 16:11:03 +10:00
R. Ryantm
ad308afcd0 last: 1519 -> 1540 2024-02-06 06:07:25 +00:00
Robert Scott
8904ea5c84
Merge pull request #285426 from r-ryantm/auto-update/seqkit
seqkit: 2.6.1 -> 2.7.0
2024-02-04 22:59:49 +00:00
Weijia Wang
0b8abd7798
Merge pull request #281847 from r-ryantm/auto-update/eggnog-mapper
eggnog-mapper: 2.1.10 -> 2.1.12
2024-02-04 22:48:27 +01:00
Weijia Wang
c92f88b5e3
Merge pull request #281665 from r-ryantm/auto-update/bowtie2
bowtie2: 2.5.2 -> 2.5.3
2024-02-04 22:35:03 +01:00
Rolf Schröder
f835df35c7
igv: use jdk17 instead of jdk11 (#285521) 2024-02-01 14:42:34 +01:00
R. Ryantm
bfb42a9bbc seqkit: 2.6.1 -> 2.7.0 2024-02-01 04:24:02 +00:00
R. Ryantm
60c52cdb35 diamond: 2.1.8 -> 2.1.9 2024-02-01 04:22:08 +00:00
Peder Bergebakken Sundt
aa10fea3ef
Merge pull request #222817 from SuperSandro2000/python-sitePackages
treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
2024-01-31 16:34:30 +01:00
Sandro Jäckel
653837881e
treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
2024-01-30 19:56:57 +01:00
Sandro
950c66b787
Merge pull request #284607 from dotlambda/deeptools-fix
deeptools: fix build
2024-01-30 17:16:22 +01:00
R. Ryantm
fb95ecbbe2 samtools: 1.19 -> 1.19.2 2024-01-28 12:24:10 -08:00
Robert Schütz
ac3e621e7f deeptools: fix build 2024-01-28 12:17:37 -08:00
Maximilian Bosch
a13451fa58
Merge pull request #283816 from trofi/whisper-gcc-13-fix
whisper: fix `gcc-13` build failure
2024-01-26 23:11:50 +01:00
R. Ryantm
f61c011407 ants: 2.5.0 -> 2.5.1 2024-01-26 01:12:12 +01:00
Sergei Trofimovich
4508debde5 whisper: enable parallel building 2024-01-25 19:27:12 +00:00
Sergei Trofimovich
cbd45bf5a3 whisper: fix gcc-13 build failure
Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/246505636:

    mapper/../common/defs.h:53:9: error: 'uint32_t' does not name a type
       53 | typedef uint32_t ref_pos_t;
          |         ^~~~~~~~
    mapper/../common/defs.h:35:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       34 | #include <string>
      +++ |+#include <cstdint>
2024-01-25 19:24:52 +00:00
Nick Cao
4a7d1eb86e
Merge pull request #283425 from r-ryantm/auto-update/stacks
stacks: 2.65 -> 2.66
2024-01-24 10:08:34 -05:00
R. Ryantm
bae468a718 igv: 2.17.0 -> 2.17.1 2024-01-24 08:42:17 +00:00