-
Notifications
You must be signed in to change notification settings - Fork 3
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
assembly -> chado analysis mapping: we need to download FTP stuff... #28
Comments
heres where the FTP info is parsed into: tripal_eutils/includes/xml_parsers/EUtilsAssemblyParser.inc Lines 86 to 88 in cb58726
|
lets consider each of these:
probably what we want.
directory. handy to show to users, we wont be querying it.
greatly expanded stats report beyond whats included in the CDATA. so the assembly_rpt is the clear winner. |
heres what we fetch from assembly method in our sample dataset.
in the case of single versions, we could totally parse on v. For multiples, we could parse on ;, then parse on v, but im not sure its worth it since hte versions get separated from the programs. |
handled. program and programversion are the same and the full string in assembly method. |
child of #15
assembly has core field information for analysis (algorith namely) in the FTP file. so, we need to
The text was updated successfully, but these errors were encountered: