Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Software

Index

Properties

__typename?: "Software"
classification?: <internal>.Maybe<string>

The classification of the program according to its major function.

Examples: data collection, data reduction, phasing, model building, refinement, validation, other

contact_author?: <internal>.Maybe<string>

The recognized contact author of the software. This could be the original author, someone who has modified the code or someone who maintains the code. It should be the person most commonly associated with the code.

Examples: T. Alwyn Jones, Axel Brunger

contact_author_email?: <internal>.Maybe<string>

The e-mail address of the person specified in _software.contact_author.

Examples: bourne@sdsc.edu

date?: <internal>.Maybe<string>

The date the software was released.

Examples: 1991-10-01, 1990-04-30

description?: <internal>.Maybe<string>

Description of the software.

Examples: Uses method of restrained least squares

language?: <internal>.Maybe<string>

The major computing language in which the software is coded.

Allowable values: Ada, Awk, Basic, C, C++, C/C++, Fortran, Fortran 77, Fortran 90, Fortran_77, Java, Java & Fortran, Other, Pascal, Perl, Python, Python/C++, Tcl, assembler, csh, ksh, sh

location?: <internal>.Maybe<string>

The URL for an Internet address at which details of the software can be found.

name?: <internal>.Maybe<string>

The name of the software.

Examples: Merlot, O, Xengen, X-plor

os?: <internal>.Maybe<string>

The name of the operating system under which the software runs.

Examples: Ultrix, OpenVMS, DOS, Windows 95, Windows NT, Irix, HPUX, DEC Unix

pdbx_ordinal: number

An ordinal index for this category

type?: <internal>.Maybe<string>

The classification of the software according to the most common types.

Allowable values: filter, jiffy, library, other, package, program

version?: <internal>.Maybe<string>

The version of the software.

Examples: v1.0, beta, 3.1-2, unknown

Generated using TypeDoc