nf-core / nf-core/modules

Wrong output definition in wisecondorx/predict

Open
#9,307 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Nextflow
Stars
429
Forks
1.1k
Avg merge
1d 6h
Merged PRs (30d)
153

Description

Have you checked the docs?
Description of the bug

One of the optional outputs (chr_statistics) looks for the pattern *_chr_statistics.txt, but the actual output from the program follows the pattern*_statistics.txt, hence it will never be captured, and it will be silent because said output is optional.

Discovered downstream in https://github.com/DIncalciLab/samurai/pull/51.

Command used and terminal output
N/A
Relevant files

No response

System information

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the nf-core module definition for wisecondorx/predict and inspect the optional chr_statistics output declaration. Compare its filename pattern with the reported *_statistics.txt output; done when that optional file is captured correctly and the module’s checks pass.

Written by the indexing model from the issue text.

Assessment

Domain
bioinformatics
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.