-
Notifications
You must be signed in to change notification settings - Fork 6
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 agat sp complement annotations #129
base: main
Are you sure you want to change the base?
Conversation
issue_tracker: https://github.com/NBISweden/AGAT/issues | ||
repository: https://github.com/NBISweden/AGAT | ||
references: | ||
doi: 10.5281/zenodo.3552717 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doi: 10.5281/zenodo.3552717 | |
https://doi.org/10.5281/zenodo.3552717 |
means all of them are kept. | ||
type: integer | ||
required: false | ||
example: 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example: 100 | |
example: 100 | |
min: 0 |
* A l1 feature from the addfile.gff with a CDS that overlaps a l1 feature with a CDS from the reference annotation will be added only if the CDSs don't overlap. | ||
* A l1 feature from the addfile.gff without a CDS that overlaps a l1 feature without a CDS from the reference annotation will be added only if none of the l3 features overlap. | ||
|
||
! It is sufficient that only one isoform is overlapping to prevent the whole gene (l1 feature) from the addfile.gff to be added in the output. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
! It is sufficient that only one isoform is overlapping to prevent the whole gene (l1 feature) from the addfile.gff to be added in the output. | |
It is sufficient that only one isoform is overlapping to prevent the whole gene (l1 feature) from the addfile.gff to be added in the output. |
Annotation(s) file you would like to use to complement the | ||
reference annotation. You can specify as much file you want like. | ||
The order you provide these files matter. Once the reference file has been | ||
complemented by file1, this new annotation becomes the new | ||
reference that will be complemented by file2 etc. | ||
So, be aware of what you want if you use several addfiles. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Annotation(s) file you would like to use to complement the | |
reference annotation. You can specify as much file you want like. | |
The order you provide these files matter. Once the reference file has been | |
complemented by file1, this new annotation becomes the new | |
reference that will be complemented by file2 etc. | |
So, be aware of what you want if you use several addfiles. | |
Annotation file(s) you would like to use to complement the reference annotation. You can specify as many files as you like. The order you provide these files matter. Once the reference file has been complemented by file1, this new annotation becomes the new reference that will be complemented by file2, etc. So, be aware of what you want if you use several addfiles. |
Option to keep the non-overlapping gene only if the CDS size (in | ||
nucleotide) is over the minimum size defined. Default = 0 that | ||
means all of them are kept. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Option to keep the non-overlapping gene only if the CDS size (in | |
nucleotide) is over the minimum size defined. Default = 0 that | |
means all of them are kept. | |
Option to keep the non-overlapping gene only if the CDS size (in nucleotides) is over the minimum size defined. The default is 0, meaning all of them are kept. |
agat --version | sed 's/AGAT\s\(.*\)/agat: "\1"/' > /var/software_versions.txt | ||
runners: | ||
- type: executable | ||
- type: nextflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- type: nextflow | |
- type: nextflow | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested changes mostly include spelling fixes that were present in the tool's documentation itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor suggestions :-)
Description
Issue ticket number
Closes #xxxx
Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributing guidelines
Proposed changes are described in the CHANGELOG.md
I have tested my code with
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain: