nf-core / nf-core/rnafusion

Replace `HGNC_HGNC` module with nf-core `WGET` module

Open
#700 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Nextflow
Stars
174
Forks
125
Avg merge
1h 17m
Merged PRs (30d)
1

Description

Replace the local process with the nf-core WGET module which provides equivalent download functionality. The WGET module is tested and used across pipelines. It supports adding custom parameters via ext.args . This reduces maintenance and simplifies the code.

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

Start by locating the local HGNC_HGNC process and the pipeline entry point that invokes it, then compare its download inputs with the nf-core WGET module and its ext.args support. Done means the local process is replaced, equivalent downloads still work, and pipeline validation passes.

Written by the indexing model from the issue text.

Assessment

Domain
bioinformatics
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.