table of contents
CIF2TSV(1) | General Commands Manual | CIF2TSV(1) |
NAME¶
cif2tsv - get specified data values from a CIF file(s).
SYNOPSIS¶
src/components/codcif/cif2tsv --options < input.cif
src/components/codcif/cif2tsv --options input.cif
src/components/codcif/cif2tsv --options input1.cif input2.cif inputs*.cif
DESCRIPTION¶
Get specified data values from a CIF file(s).
OPTIONS¶
-h, --header, -h-, --no-header
Print/do not print (default) the column name header
-a, --all-tags
Extract data for all data names (default).
Overrides '--tags'.
-t, --tags _cell_length_a,_cell_volume
Extract the specified data items.
-g, --group-separator $'0
--newline-characters $'0
Specify a group separator that separates TSV/CSV/ADT "lines"
(default "0)
-r, --record-separator $''
--separator $''
Use the specified string to separate values
of different data items (default " ").
-u, --unit-separator "|"
--value-separator "|"
--vseparator "|"
Use the specified string to separate multiple
values of each looped data item (default "|").
-p, --replacement " "
A charater to which all separators are replaced
in the non-quoting output formats (TSV and ADT).
-D, --dos-newlines
-M, --mac-newlines
-U, --unix-newlines
Set new line convention to DOS, MAC or Unix (default)
Same as --group-separator with an appropriate string
(e.g. --dos-newlines in bash is --group-sep $''$'0)
--tsv-output, --csv-output, --adt-output
Set separators for the TSV, CSV or ADT
(ASCII delimited text, using ASCII GS, RS and US chars)
output. Default depends on how program is called:
'cif2csv', 'cif2tsv' or 'cif2adt'
--filename
Print filename in the output.
--no-filename
Don't print filename in the output (default).
--datablock-name, --dataname
Print data block names in the output (default).
--no-datablock-name, --no-dataname
Do not print data block names in the output.
-d, --debug
Print internal program data structures for debugging.
--version
Print program version (SVN Id) and exit.
--help
Print short usage message (this message) and exit.
REPORTING BUGS¶
Report cif2tsv bugs using e-mail: cod-bugs@ibt.lt