Skip to content

seqinspector samplesheet generation - #402

Open
agrima2010 wants to merge 15 commits into
devfrom
seqinspector
Open

seqinspector samplesheet generation#402
agrima2010 wants to merge 15 commits into
devfrom
seqinspector

Conversation

@agrima2010

Copy link
Copy Markdown

Generating samplesheet for seqinspector pipeline

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/demultiplex branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • 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>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@agrima2010
agrima2010 requested review from a team, apeltzer and maxulysse as code owners July 15, 2026 13:02
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown

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

Posted for pipeline commit cc8e1ce

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

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • files_exist - File not found: conf/igenomes_ignored.config
  • 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!
  • 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 nextflow.config: Specify any additional parameters here
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 4.0.2
  • Run at 2026-07-16 11:14:36

Comment thread modules/local/fastq_to_samplesheet/main.nf Outdated
Comment thread .github/PULL_REQUEST_TEMPLATE.md Outdated
Comment thread .github/PULL_REQUEST_TEMPLATE.md Outdated

@maxulysse maxulysse left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Only missing the CHANGELOG

Comment thread .vscode/settings.json Outdated
Comment thread CHANGELOG.md Outdated
@maxulysse

Copy link
Copy Markdown
Member

@nf-core-bot fix linting pretty please 🙏

Comment thread CHANGELOG.md Outdated

@maxulysse maxulysse left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looking good.
I'd say we could merge as it adds a functionality, but I do think for this to be perfect, we would need to add the flowcell field from the input samplesheet back to the samplesheet created for seqinspector.
Do you think you can try to work on that?

@apeltzer

apeltzer commented Jul 16, 2026

Copy link
Copy Markdown
Member

I think this looks good, the flowcell field from the input samplesheet (or the single flowcell mode is also providing this as a separate entry) could be fed to the samplesheet for seqinspector.

Edit: Saw that @maxulysse pointed out the same thing 😆

@maxulysse

Copy link
Copy Markdown
Member

@apeltzer I was just about to ping you

@agrima2010

Copy link
Copy Markdown
Author

Yes, I can work on that.

Looking good. I'd say we could merge as it adds a functionality, but I do think for this to be perfect, we would need to add the flowcell field from the input samplesheet back to the samplesheet created for seqinspector. Do you think you can try to work on that?

@maxulysse

Copy link
Copy Markdown
Member

<3

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.

4 participants