Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

[BUG] [scenic] Regulons can be missing in multi-runs mode #319

Open
dweemx opened this issue Feb 22, 2021 · 0 comments
Open

[BUG] [scenic] Regulons can be missing in multi-runs mode #319

dweemx opened this issue Feb 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dweemx
Copy link
Contributor

dweemx commented Feb 22, 2021

Describe the bug
Motif- and track-based scenic was run twice. I get the track regulons, but not the motif regulons.

To Reproduce
Steps to reproduce the behavior:

  1. Configure with these options:
    Part of config which is causing the issue:
  [...]
   aucell {
      output = 'aucell_output.loom'
      rank_threshold = 5000
      auc_threshold = 0.05
      nes_threshold = 3.0
      min_genes_regulon = 5
      min_regulon_gene_occurrence = 5
   }
   numRuns = 2
   aggregate_features {
      use_chunking = true
      output_format = 'csv'
      compression = 'gzip'
   }
  [...]
  1. Run using this entry point:
nextflow -C nextflow.config run vib-singlecell-nf/vsn-pipelines -entry scenic
  1. See error:
    No errors. out/scenic/*/multi_runs_regulons_mtf was missing.

Expected behavior
Expecting to have results for regulons.

A sanity check should be performed in order to check that:

  • numRuns <= min_genes_regulon
  • numRuns <= min_regulon_gene_occurrence

Screenshots

Please complete the following information:

  • OS: CentOS7
  • Nextflow Version: 20.10.0
  • vsn-pipelines Version: 0.25.0

Additional context

@dweemx dweemx added the bug Something isn't working label Feb 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant