Skip to content

Issue # 256 bed sanity checking#290

Merged
Qwertille42 merged 4 commits intonf-core:devfrom
Qwertille42:dev
Mar 12, 2026
Merged

Issue # 256 bed sanity checking#290
Qwertille42 merged 4 commits intonf-core:devfrom
Qwertille42:dev

Conversation

@Qwertille42
Copy link
Copy Markdown
Contributor

@Qwertille42 Qwertille42 commented Mar 12, 2026

PR checklist

  • This comment contains a description of changes (with reason). I do a check where I see the indexing format of the bed and then I convert 0-indexing bed files to be 1-indexing to make them comparable with vcf files indexing.
  • If you've fixed a bug or added code that should be tested, add tests!
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).

@nf-core-bot
Copy link
Copy Markdown
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.

Copy link
Copy Markdown
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG update?

Copy link
Copy Markdown
Contributor

@kubranarci kubranarci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for PR! Looks good to me

@Qwertille42 Qwertille42 merged commit 62eaf6d into nf-core:dev Mar 12, 2026
8 checks passed
@kubranarci kubranarci linked an issue Mar 12, 2026 that may be closed by this pull request
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.

check if BED follows standard format of 0 indexing

4 participants