-
Notifications
You must be signed in to change notification settings - Fork 54
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
documentation? #76
Comments
I don't know whether overall docs exist. There is some documentation for species_to_lengthS in the code, in lib/bx/align/core.py, in the body of the Alignment class's constructor:
Because of the way axt describes positions for reverse-strand alignments, chromosome lengths are needed. So, it's a dict that maps each of two species names (only two because axt only supports pairwise alignments) to either a filename or a dict that maps chromosome names to their length. The "single length value" variant can be used if you have an alignment of one sequence to the other and (I suppose) doesn't contain chromosome names (or in which the chromosome name is used instead of a species name). The format of the "file that contains a list of chromosome length pairs" is described at the top of lib/bx/misc/readlengths/py. As I recall, there's some assumption about sequence names having the form |
The docs are at https://bx-python.readthedocs.io/ , but that's mostly generated from the method/class docstrings, and |
There's a 95% chance that species_to_lengths was part of my minor contributions to the package, circa 2005. So I was pretty sure that was documented somewhere, but it did take a little digging to locate it. |
are there any docs for the tool?
I was trying to use the
axt
submodule but with no success: what is thespecies_to_length
argument?thank you!
The text was updated successfully, but these errors were encountered: