Skip to content

docs: clarify GFF files must use --gff parameter#1751

Merged
pinin4fjords merged 2 commits intodevfrom
fix/gtf-gff-schema-guidance
Mar 24, 2026
Merged

docs: clarify GFF files must use --gff parameter#1751
pinin4fjords merged 2 commits intodevfrom
fix/gtf-gff-schema-guidance

Conversation

@pinin4fjords
Copy link
Member

Summary

  • Clarifies in the "GTF vs GFF" docs section that GFF3 files must be provided via --gff and GTF files via --gtf, since schema validation enforces file extensions per parameter
  • Fixes the prokaryotic docs section that incorrectly implied --gtf also accepts GFF files

Closes #1584

Test plan

  • Verify docs render correctly on the nf-core website

🤖 Generated with Claude Code

pinin4fjords and others added 2 commits March 24, 2026 10:31
Users were passing GFF/GFF3 files to --gtf and getting validation
errors. Updated docs to make it clear that --gtf only accepts GTF
files and --gff should be used for GFF3 files.

Closes #1584

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nf-core-bot
Copy link
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.1.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@github-actions
Copy link

github-actions bot commented Mar 24, 2026

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 00bfba1

+| ✅ 203 tests passed       |+
#| ❔   9 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗   8 tests had warnings |!
Details

❗ Test warnings:

  • files_exist - File not found: assets/multiqc_config.yml
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

❔ Tests ignored:

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2026-03-24 10:34:59

@pinin4fjords pinin4fjords merged commit 2bb2f65 into dev Mar 24, 2026
12 checks passed
@pinin4fjords
Copy link
Member Author

Thanks again @maxulysse !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants