update stub: fcs/fcsadaptor
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.