8000 Bug fix update nonredundant output by vagkaratzas · Pull Request #69 · nf-core/proteinfamilies · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bug fix update nonredundant output #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
May 6, 2025

Conversation

vagkaratzas
Copy link
Collaborator
@vagkaratzas vagkaratzas commented May 1, 2025

Fixes #68

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

Copy link
Member
@erikrikarddaniel erikrikarddaniel left a comment

Choose a reason for hiding this comment

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

Looks good, with two small grammar things.
I'm not requesting a change, but something to consider: I prefer more informative suffixes than .fas (.faa to show it's amino acid fasta) and .aln (typically used for phylip but you have fasta I believe; I use .alnfaa for this).

vagkaratzas and others added 2 commits May 6, 2025 10:18
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
@vagkaratzas
Copy link
Collaborator Author

Looks good, with two small grammar things. I'm not requesting a change, but something to consider: I prefer more informative suffixes than .fas (.faa to show it's amino acid fasta) and .aln (typically used for phylip but you have fasta I believe; I use .alnfaa for this).

This is a genuinely valid point. I like it! I went through the existing nf-core modules and there are 59 that use .faa but only 4 that utilise .alnfaa. For now, I'll change some of my local modules to output .faa, but I don't think the used tools allow for .alnfaa, yet. Keeping that in mind and while moving forward though, I'll try to start implementing these, wherever possible, in future nf-core modules. Thanks :D

@vagkaratzas vagkaratzas merged commit 882a16c into dev May 6, 2025
8 checks passed
@vagkaratzas vagkaratzas deleted the bug-fix-update-nonredundant-output branch May 6, 2025 11:27
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.

2 participants
0