Julien Lepiller
ef79d6c5d6
gnu: Add ocaml-sqlite3.
...
* gnu/packages/ocaml.scm (ocaml-sqlite3): New variable.
(ocaml4.07-sqlite3): Inherit from ocaml-sqlite3.
* gnu/packages/bioinformatics.scm (pplacer): Also use package-with-ocaml4.07
with ocaml-sqlite3.
2021-07-05 16:54:11 +02:00
Ludovic Courtès
ebb8e44a4a
gnu: bioperl-minimal: Avoid top-level cross-module references.
...
This could lead to circular reference breakage.
* gnu/packages/bioinformatics.scm (bioperl-minimal): Move top-level
references to perl-* variables and their transitive inputs to
'arguments' and 'inputs'.
2021-07-01 17:13:13 +02:00
Ludovic Courtès
b17ee44212
gnu: Do not import (gnu packages commencement).
...
Line introduced in 4efbf56e53
.
* gnu/packages/bioinformatics.scm: Remove unused (gnu packages
commencement) import.
2021-07-01 17:13:13 +02:00
Efraim Flashner
07d2c72d39
gnu: ensembl-vep: Use a source file-name.
...
* gnu/packages/bioinformatics.scm (ensembl-vep)[source]: Add a file-name
field.
2021-06-22 13:49:05 +03:00
Ricardo Wurmus
44bccf414b
gnu: Add perl-cworld-dekker.
...
* gnu/packages/bioinformatics.scm (perl-cworld-dekker): New variable.
2021-06-22 08:40:56 +02:00
Ricardo Wurmus
8a62d8685a
gnu: Add python-iced.
...
* gnu/packages/bioinformatics.scm (python-iced): New variable.
2021-06-21 13:02:39 +02:00
Ricardo Wurmus
748d3a2b8a
gnu: Add python-cgatcore.
...
* gnu/packages/bioinformatics.scm (python-cgatcore): New variable.
2021-06-14 23:13:56 +02:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
...
This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Ricardo Wurmus
ac51eb1125
gnu: pigx-sars-cov2-ww: Update to 0.0.2.
...
* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.2.
[inputs]: Add wget.
2021-06-08 22:43:47 +02:00
Ricardo Wurmus
c9e8e7b0bf
gnu: pigx-bsseq: Update to 0.1.5.
...
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.5.
2021-06-08 16:35:17 +02:00
Mădălin Ionel Patrașcu
dd3698c1ac
gnu: python-hicmatrix: Update to 15.
...
* gnu/packages/bioinformatics.scm (python-hicmatrix): Update to 15.
[arguments]: Enabled tests. Remove 'relax-requirements phase.
[native-inputs]: Add python-pytest.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-06-08 16:35:17 +02:00
Efraim Flashner
61bce4d143
gnu: python-mappy: Move to (gnu packages bioinformatics).
...
* gnu/packages/python-xyz.scm (python-mappy): Move to ...
* gnu/packages/bioinformatics.scm: ... here.
2021-06-08 09:50:55 +03:00
Ricardo Wurmus
4a01e00a13
gnu: pigx-rnaseq: Update to 0.0.17.
...
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.17.
[arguments]: Remove "use-latest-salmon" phase; add "set-timezone" phase.
[inputs]: Replace r-gprofiler with r-gprofiler2; add r-ggpubr and
python-deeptools.
[native-inputs]: Add tzdata.
2021-06-08 00:53:06 +02:00
Ricardo Wurmus
be067c908c
gnu: pigx-rnaseq: Adjust to upgrade of salmon.
...
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[arguments]: Add phase
"use-latest-salmon".
2021-06-07 16:50:33 +02:00
Ricardo Wurmus
bb38287570
gnu: salmon: Update to 1.4.0.
...
* gnu/packages/bioinformatics.scm (salmon): Update to 1.4.0.
[arguments]: Remove unnecessary flags, add other soon-to-be-unnecessary flags;
remove "prepare-rapmap" phase, add "prepare-pufferfish" phase, add
"fix-error-message-in-tests" phase, simplify "use-system-libraries" phase.
[inputs]: Add curl and pufferfish sources; remove libdivsufsort and rapmap
sources.
2021-06-07 16:50:33 +02:00
Ricardo Wurmus
9875dae429
gnu: macs: Update to 2.2.7.1.
...
* gnu/packages/bioinformatics.scm (macs): Update to 2.2.7.1.
2021-06-07 16:50:33 +02:00
Ricardo Wurmus
1ace395f9c
gnu: libgff: Update to 2.0.0.
...
* gnu/packages/bioinformatics.scm (libgff): Update to 2.0.0.
[home-page]: Update to new home.
2021-06-07 16:50:33 +02:00
Ricardo Wurmus
176513f5f3
gnu: jellyfish: Update to 2.3.0.
...
* gnu/packages/bioinformatics.scm (jellyfish): Update to 2.3.0.
[arguments]: Disable SSE to avoid tuning to the build node's CPU.
[native-inputs]: Replace python-2 with python-wrapper.
[license]: Update.
2021-06-07 16:50:33 +02:00
Ricardo Wurmus
1ac8f05103
gnu: multiqc: Update to 1.10.1.
...
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.10.1.
[arguments]: Remove build phase "relax-requirements"; replace "check" phase.
[propagated-inputs]: Add python-coloredlogs, python-future, python-networkx,
and python-rich; remove python-nose.
[native-inputs]: Add python-pytest and the test suite.
2021-06-07 10:53:16 +02:00
Mădălin Ionel Patrașcu
a8c653f0fc
gnu: python-hic2cool: Update to 0.8.3.
...
* gnu/packages/bioinformatics.scm (python-hic2cool): Update to 0.8.3.
[source]: Download using git-fetch.
[arguments]: Enable tests. Add phase to make test data writable.
[propagated-inputs]: Add python-h5py, python-numpy, python-pandas,
python-scipy.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-07 10:38:54 +03:00
Efraim Flashner
b65c02e2d3
gnu: freebayes: Update to 1.3.5.
...
* gnu/packages/bioinformatics.scm (freebayes): Update to 1.3.5.
[source]: Remove patch.
[arguments]: Adjust custom 'patch-source phase for changes in source.
[inputs]: Remove zlib.
* gnu/packages/patches/freebayes-devendor-deps.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-06-06 12:13:28 +03:00
Mădălin Ionel Patrașcu
d1e7b50dbf
gnu: python-cooler: Update to 0.8.11.
...
* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.8.11.
[arguments]: Add build phase "patch-tests"; replace "check" phase.
[native-inputs]: Add python-codecov, python-pytest-cov, and
python-pytest-flake8.
[propagated-inputs]: Add python-six and python-sparse.
2021-06-06 08:33:21 +02:00
Ricardo Wurmus
f98837a6ba
gnu: pigx-rnaseq: Update to 0.0.13.
...
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.13.
[arguments]: Remove obsolete substitutions.
[inputs]: Remove fastqc and trim-galore; add hisat2 and fastp.
2021-06-05 09:12:39 +02:00
Roel Janssen
7382aa00b8
gnu: python-scanpy: Update to 1.7.2.
...
* gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.7.2.
2021-06-04 23:51:35 +02:00
Ricardo Wurmus
d06ae05808
gnu: Add pigx-sars-cov2-ww.
...
* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): New variable.
2021-06-04 12:57:08 +02:00
Ricardo Wurmus
0928e55266
gnu: Add fit-sne.
...
* gnu/packages/bioinformatics.scm (fit-sne): New variable.
2021-06-03 12:22:29 +02:00
Ricardo Wurmus
011d586c2c
gnu: Add biobambam2.
...
* gnu/packages/bioinformatics.scm (biobambam2): New variable.
2021-06-02 13:54:15 +02:00
Ricardo Wurmus
18e0081045
gnu: Add libmaus2.
...
* gnu/packages/bioinformatics.scm (libmaus2): New variable.
2021-06-02 13:54:15 +02:00
Roel Janssen
7ae2b1f2dc
gnu: Add bamutils.
...
* gnu/packages/bioinformatics.scm (bamutils): New variable.
2021-06-01 13:14:38 +02:00
Ricardo Wurmus
f463f376e9
gnu: bits: Use git-version and git-file-name.
...
* gnu/packages/bioinformatics.scm (bits)[version]: Use git-version.
[source]: Use git-file-name.
2021-05-31 16:10:20 +02:00
Ricardo Wurmus
d1e1c02e28
gnu: piranha: Use git-version.
...
* gnu/packages/bioinformatics.scm (piranha)[version]: Use git-version.
2021-05-31 16:10:00 +02:00
Ricardo Wurmus
8c033085cc
gnu: r-chipkernels: Use git-version and git-file-name.
...
* gnu/packages/bioinformatics.scm (r-chipkernels)[version]: Use git-version.
[source]: Use git-file-name.
2021-05-31 16:09:35 +02:00
Ricardo Wurmus
3acfbd4811
gnu: f-seq: Use git-version and git-file-name.
...
* gnu/packages/bioinformatics.scm (f-seq)[version]: Use git-version.
[source]: Use git-file-name.
2021-05-31 16:09:07 +02:00
Ricardo Wurmus
09b50a6ec2
gnu: bismark: Use git-file-name.
...
* gnu/packages/bioinformatics.scm (bismark)[source]: Use git-file-name.
2021-05-31 16:08:47 +02:00
Ricardo Wurmus
f383f9e311
gnu: filevercmp: Use git-version.
...
* gnu/packages/bioinformatics.scm (filevercmp)[version]: Use git-version; bind
"revision" in outer let.
2021-05-31 16:08:12 +02:00
Ricardo Wurmus
a6e7afd4d5
gnu: r-spp: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-spp): Move from here...
* gnu/packages/bioconductor.scm (r-spp): ...to here.
2021-05-31 15:53:20 +02:00
Ricardo Wurmus
b0ecd6cea9
gnu: r-phantompeakqualtools: Let-bind commit, set revision to 1.
...
* gnu/packages/bioinformatics.scm (r-phantompeakqualtools): Bind the commit
outside of the package value.
[version]: Use git-version.
[source]: Use git-file-name.
2021-05-31 15:46:30 +02:00
zimoun
c294c0d782
gnu: r-methylkit: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-methylkit): Move from here...
* gnu/packages/bioconductor.scm (r-methylkit): ...to here.
2021-05-31 15:39:49 +02:00
zimoun
7ab44aeed6
gnu: r-copywriter: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-copywriter): Move from here...
* gnu/packages/bioconductor.scm (r-copywriter): ...to here.
2021-05-31 15:39:49 +02:00
zimoun
36cb01066c
gnu: r-copyhelper: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-copyhelper): Move from here...
* gnu/packages/bioconductor.scm (r-copyhelper): ...to here.
[source]: Repalce 'string-append' by 'bioconductor-uri' with 'experiment.
2021-05-31 15:39:47 +02:00
zimoun
31e50e1f48
gnu: r-chipseq: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-chipseq): Move from here...
* gnu/packages/bioconductor.scm (r-chipseq): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
0eaa75c811
gnu: r-rhdf5: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-rhdf5): Move from here...
* gnu/packages/bioconductor.scm (r-rhdf5): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
cc1dbea883
gnu: r-annotationfilter: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-annotationfilter): Move from here...
* gnu/packages/bioconductor.scm (r-annotationfilter): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
67e99369c1
gnu: r-rhdf5filters: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-rhdf5filters): Move from here...
* gnu/packages/bioconductor.scm (r-rhdf5filters): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
b6e84d30eb
gnu: r-tximport: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-tximport): Move from here...
* gnu/packages/bioconductor.scm (r-tximport): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
bf8f502956
gnu: r-mutationalpatterns: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Move from here...
* gnu/packages/bioconductor.scm (r-mutationalpatterns): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
7360dea624
gnu: r-rcas: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-rcas): Move from here...
* gnu/packages/bioconductor.scm (r-rcas): ...to here.
2021-05-31 15:39:00 +02:00
zimoun
45b6db4fb4
gnu: r-bamsignals: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-bamsignals): Move from here...
* gnu/packages/bioconductor.scm (r-bamsignals): ...to here.
2021-05-31 15:38:59 +02:00
zimoun
043c309d15
gnu: r-rhtslib: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-rhtslib): Move from here...
* gnu/packages/bioconductor.scm (r-rhtslib): ...to here.
2021-05-31 15:38:59 +02:00
zimoun
e0c81584ea
gnu: r-zlibbioc: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-zlibbioc): Move from here...
* gnu/packages/bioconductor.scm (r-zlibbioc): ...to here.
2021-05-31 15:38:58 +02:00