Open
Conversation
* `dbases.xml` was not found when I was running, it and I realized this is the file on the PubMLST site. * It was not clear until I read the code that all the statements are printed to the screen and so I put in a usage statement.
Owner
|
@lskatz it seems i missed this for 9 years :-( I am confused about what it is doing. |
Author
|
Oh wow I forgot about this! It would provide coordinates of where each locus is found in the query genome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added an option
--gffto create a GFF file describing where each locus is in the query genome. Optimally, I would like a gbk file, but I chose to go with gff so that it doesn't add a BioPerl requirement. However, I did add someusestatements for some core modules.