/usr/share/circos/tools/clustal2link/README is in circos-tools 0.22-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | Parse and visualize multiple alignment files from CLUSTAL.
Parse and visualize example data set
> ./run
which executes these two steps:
# generate data files
> bin/clustal2link -aln data/alignment.aln
# generate image ('circos' must be in your PATH)
> cd circos
> circos
The circos/circos.conf configuration file requires that the files
created by clustal2link are placed in their default directory
(circos/).
|