Skip to content

Conversation

@MaximilianStammnitz
Copy link
Collaborator

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/deepmutscan 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).

@MaximilianStammnitz MaximilianStammnitz added the documentation Improvements or additions to documentation label Nov 24, 2025
@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.4.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.

docs/output.md Outdated

<p align="center">
<img title="FASTQC report" src="docs/fastqc.png" width=50%>
<img title="FASTQC report" src="images/fastqc.png" width=75%>
Copy link
Contributor

Choose a reason for hiding this comment

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

why is the down-sizing necessary?
if you embed the images with markdown syntax the images would automatically get optimized.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah – good point, I just didn't want to take up too much space with these. but will reset to 100% (and left-center)

@MaximilianStammnitz MaximilianStammnitz merged commit 508686e into nf-core:dev Nov 25, 2025
1 of 3 checks passed
Comment on lines +30 to 32
<p align="left">
<img title="FASTQC report" src="images/fastqc.png" width=100%>
</p>
Copy link
Contributor

@mashehu mashehu Nov 25, 2025

Choose a reason for hiding this comment

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

what I meant was instead of these thml tags use ![FASTQC report](images/fastqc.png)

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

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants