NCBI logoNCBI Genomic Biologyarrow pointing right Assembly Information arrow pointing right AGP Resources arrow pointing right AGP Validation

AGP Validation

Files structure and content can be validated at two different levels:

I. File content and structure Go to top of page

program: agp_validate
purpose: this program checks for text formatting and consistency (as defined by the AGP Specification). It also prints statistics for components, gaps, scaffolds and objects.
availability: agp_validate is available by anonymous FTP. Copy the right version for your platform, then uncompress the file, rename it to "agp_validate", and set the permissions, as necessary for the platform.
usage: agp_validate [-options] [input files...]
Running the command without any options will perform all validation checks, except for those that require the component sequences to be available in GenBank, and will also generate a report of component, gap, scaffold and object statistics. Checking component accessions, lengths and the taxonomy ID of the source using the -alt or -a options requires that the components are available in GenBank.
options:
  -alt      Check component Accessions, Lengths and Taxids using GenBank data.
            This can be very time-consuming, and is done separately from most other checks.
  -a        Check component Accessions (but not lengths or taxids); faster than "-alt".
  -species  Allow components from different subspecies during Taxid checks (implies -alt).

  -list         List error and warning messages.
  -limit COUNT  Print only the first COUNT messages of each type.
                Default=10. To print all, use: -limit 0

  -skip  WHAT   Do not report lines with a particular error or warning message.
  -only  WHAT   Report only this particular error or warning.
  Multiple -skip or -only are allowed. 'WHAT' may be:
  - an error code (e01,.. w21,..; see '-list')
  - a part of the actual message
  - a keyword: all, warn[ings], err[ors], alt
Error level violations: Warning level violations: Error level violations for GenBank-based validation (-alt):
Page last updated: February 9, 2007