Skip to content

Software

gryk edited this page Jul 24, 2019 · 1 revision

Software (Optional)

This save frame stores information about the software for converting to/from NEX.

Field Schema Necessity Description
Sf_category string Required NMR-STAR Save Frame Category
Type string Required description of software converter
ID integer Required unique integer identifier
Name string Optional name of software converter
Version float Optional version number of software converter
DOI DOI Optional DOI for software converter
Details string Optional Free flowing text description
Vendor Loop Optional Vendor of software converter
Task Loop Optional Task software was used for

Vendor (Optional)

This loop stores information about the vendor who created the software.

Field Schema Necessity Description
Name string Required Name of software vendor
Address string Required Address of software vendor
Electronic_address string Required email address

Task (Optional)

This loop stores information about the tasks performed.

Field Schema Necessity Description
Task string Required Description of the task which software accomplished
save_NEX_converter

    _Software.Sf_category                              software                                        
    _Software.Type                                    'schedule converter'                              
    _Software.ID                                       1                                                 
    _Software.Name                                    'NUS schedule converter'                 
    _Software.Version                                  0.7                                               
    _Software.DOI                                      na                                               
    _Software.Details                                 
;
Text field used to report additional information relevant to the software.
;                              
                              

    loop_                                                                                               
        _Vendor.Name                                                                                        
        _Vendor.Address
        _Vendor.Electronic_address                                                                                   

        'John - Example' 'Example.org' 'john@example.org' 
                                                
    stop_                                                                                               

    loop_
           _Task.Task                                                                                                                

        'Convert NUS schedules into NMR-STAR standardized format' 
                                              
    stop_                                                                                               

save_

##################################################
save_schedule_generator

    _Software.Sf_category                              software                                        
    _Software.ID                                       2                                                 
    _Software.Type                                    'schedule generator'                              
    _Software.Name                                    'NUS schedule generator'                                               
    _Software.Version                                  1.4                                               
    _Software.DOI                                      na                                               
    _Software.Details                                  
;
Text field used to report additional information relevant to the software.
;                              

    loop_                                                                                               
        _Vendor.Name                                                                                        
        _Vendor.Address                                                                                     
        _Vendor.Electronic_address                                                                                  

        'Mary - Example' 'Example.org' 'mary@example.org' 
                                                                                    
    stop_                                                                                               

    loop_                                                                                               
        _Task.Task                                                                                  

        'Generate NUS scheudules'  
                                                                                            
    stop_                                                                                               

save_

Clone this wiki locally