Skip to content
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

Add gffread EXTRACT_CDNA and EXTRACT_CDS feature to outputs #119

Merged
merged 25 commits into from
Dec 5, 2024

Conversation

liamlelievre
Copy link
Collaborator

@liamlelievre liamlelievre commented Dec 4, 2024

As part of #118, added additional Y.cdna.fasta and Y.cds.fasta outputs to the output dir annotations directory to the pipeline. These output files are useful for downstream tools like SNPEff.

PR checklist

  • This comment contains a description of changes (with reason).
  • 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).

@GallVp

This comment was marked as resolved.

CHANGELOG.md Outdated Show resolved Hide resolved
docs/output.md Outdated Show resolved Hide resolved
@GallVp

This comment was marked as resolved.

@GallVp

This comment was marked as resolved.

params.add_attrs_to_proteins_fasta to params.add_attrs_to_gffread_fastas
Rename params.add_attrs_to_proteins_fasta to params.add_attrs_to_gffread_fastas
conf/modules.config Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@GallVp
Copy link
Member

GallVp commented Dec 5, 2024

Hi @liamlelievre

I think all the issues have been resolved. To fix the pre-commit, I just had to rerun it on my system. I don't know why it was failing for you. Please feel free to merge the PR, once all the tests have passed!

Thank you again for your contribution and going through the hassle. Hopefully, the things you have picked up here will help you contribute to any nf-core pipeline in the future.

@GallVp GallVp merged commit 17673f7 into Plant-Food-Research-Open:dev Dec 5, 2024
66 checks passed
@GallVp GallVp added this to the 0.6.0 milestone Dec 10, 2024
@GallVp GallVp linked an issue Dec 10, 2024 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.

Save CDNA and CDS and files along with proteins file
2 participants