nf-core / nf-core/modules

update stub: fcs/fcsadaptor

Open
#8,888 1 comment 0 reactions 1 assignee View on GitHub

@shivangi-7 is already working on this.

Since Sep 13, 2025.

good first issue update module
Dominant language
Nextflow
Stars
429
Forks
1.1k
Avg merge
1d 6h
Merged PRs (30d)
153

Description

Per this slack thread it seems that empty .gz files generated by simply touch .gz break the snapshot functionality of nf-test by causing an EOFException because the files are not actually compressed.

Per this comment a fix is to replace the touch command with echo "" | gzip > .gz.

This module has an optional gzipped output so the stub needs to be adjusted acoordingly :)

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.