NCBI submission: Difference between revisions
Jump to navigation
Jump to search
(→NCBI) |
(→NCBI) |
||
Line 20: | Line 20: | ||
[[Media:ASSEMBLY.png|ASSEMBLY XML Schema png]] | [[Media:ASSEMBLY.png|ASSEMBLY XML Schema png]] | ||
[[Media:ASSEMBLY.xsd|ASSEMBLY XML Schema xsd]] | [[Media:ASSEMBLY.xsd|ASSEMBLY XML Schema xsd]] | ||
Validation: | |||
oXygen: software used by NCBI; license required | |||
xmllint: open source | |||
Example: xmllint --schema ASSEMBLY.xsd ASSEMBLY.xml > /dev/null | |||
[http://www.ncbi.nlm.nih.gov/Traces/trace.cgi?cmd=show&f=submit&m=doc&s=submit TA] | [http://www.ncbi.nlm.nih.gov/Traces/trace.cgi?cmd=show&f=submit&m=doc&s=submit TA] |
Revision as of 15:52, 17 August 2007
NCBI
seqin: standalone application
Compressed archive containing 2 files: ASSEMBLY.xml , MD5 Accepted only by uploading to NCBI FTP server. server: ftp-private.ncbi.nlm.nih.gov login: umd_trc passwd: center: UMD description: University of Maryland
Resources:
ASSEMBLY XML Schema png ASSEMBLY XML Schema xsd
Validation:
oXygen: software used by NCBI; license required xmllint: open source Example: xmllint --schema ASSEMBLY.xsd ASSEMBLY.xml > /dev/null