Revision 1be0a68711f6967925f89523667cad9907e4946f authored by Pau Badia i Mompel on 21 March 2022, 16:08:29 UTC, committed by GitHub on 21 March 2022, 16:08:29 UTC
The packages dorothea-py and progeny-py are now deprecated, instead one should use decoupler (https://github.com/saezlab/decoupler-py). It contains both prior knowledge resources plus many more since it integrates the meta-resource OmniPath, and it also contains many footprint enrichment methods instead of a fixed one.
1 parent a8bd4cf
Raw File
.codecov.yml
# Based on pydata/xarray
codecov:
  require_ci_to_pass: no

coverage:
  status:
    project:
      default:
        # Require 1% coverage, i.e., always succeed
        target: 1
    patch: false
    changes: false

comment:
  layout: "diff, flags, files"
  behavior: once
  require_base: no
back to top