-
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 alignment output style #124
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 | |
doi: https://doi.org/10.5281/zenodo.3552717 |
The script takes a normal gtf/gff annotation format file and convert it | ||
to gff3 alignment format. It means it add a structure of match / | ||
match_part as relationship between the different features. |
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.
The script takes a normal gtf/gff annotation format file and convert it | |
to gff3 alignment format. It means it add a structure of match / | |
match_part as relationship between the different features. | |
The script takes a normal gtf/gff annotation format file and converts it to gff3 alignment format, adding a structure of match / match_part as relationship between the different features. |
arguments: | ||
- name: --verbose | ||
alternatives: [-v] | ||
description: Verbose option to see the warning messages when parsing the gff file. |
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.
description: Verbose option to see the warning messages when parsing the gff file. | |
description: Add verbosity. |
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
Added agat_sp_alignment_output_style:
-v
argumentIssue 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: