-
Notifications
You must be signed in to change notification settings - Fork 0
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
standard output: h1 to h3, h5 to h1, etc #3
Comments
This may no longer fall into the "aadiff" tool - so, perhaps an "annotation" option would be better.
|
This would be fairly easy to do. I'd probably want to batch the input sequences for performance sake. The command might look something like:
I am not quite happy trusting the |
I like that approach - with the same (--annotation-tables, --join-annotations) as aadiff. I think you may be misreading my subtype query. The most common use here is most likely going to be someone who wants H3 numbering on their H1/H5 sequence (or people with H3 who want H3 + annotations). So, the --subtype flag, maybe needs to be reworded to --output-numbering. |
That makes sense. I still want some sort of "crap filter" or diagnostic function in flutile that I help identify and/or remove bad data. But make this can be a Adding --annotation-tables and --join-annotations makes sense. Actually, I can keep exactly the same API as aadiff and just change the output format. This would reuse all the functions I've already implemented and simplify maintenance. |
Read in a nt or aa fasta, export a tab delimited text file where first column is "HX" numbering for every position (based upon the desired --subtype flag), and each position is then annotated by desired annotation tables or --wiley/caton.
The usage here is to read in hundreds/thousands of sequences, and then have each position numbered using the desired numbering scheme + annotations. So - a "desktop" version of the IRD numbering translator tool with the additional benefit of being able to include custom annotations and the published epitope sites.
The text was updated successfully, but these errors were encountered: