Version
This documentation refers to version 0.01 of this module.SYNOPSIS
use STAR::Writer;
STAR::Writer->write_cif( -dataref=>$data, -file=>$file );
DESCRIPTION
This module will provide several methods for writing STAR::DataBlocks as files in different format. Currently, there is a write_cif method, which writes a STAR::DataBlock or STAR::Dictionary object as a file in CIF (STAR) format.CLASS METHODS
write_cif
Usage: STAR::Writer->write_cif( -dataref=>$data, -file=>$file [, -options=>$options ] );
Write the STAR::DataBlock object referenced by $data to the file specified by $file. $options are 'l' for logging activity (to STDERR) and 'd' for debugging.