Created: 01 Sep 2015 | Modified: 30 Jun 2016 | BibTeX Entry | RIS Citation |
Today, Carl Lipo and I released Version 2.3 of our IDSS seriation software, described in our recent PLoS One article.
This version contains:
The easiest way to try out the software is to grab the source for the PLoS One article, which contains the data and a Makefile for regenerating our seriation output:
$ git clone git@github.com:clipo/idss-seriation.git
...ignoring lines...
$ cd idss-seriation
$ python setup.py install
$ cd ..
$ git clone git@github.com:mmadsen/lipomadsen2015-idss-seriation-paper.git
$ cd lipomadsen2015-idss-seriation-paper/seriation-analysis
$ make
You should see output that looks like this:
IDSS seriation Version 2.3
2015-09-01 14:56:37,451 INFO: seriation run identifier: urn:uuid:5183fa22-50f4-11e5-959b-b8f6b1154c9b
Bootstrap CI calculation using 1000 samples - elapsed time: 0.037674 sec
Time elapsed for frequency seriation processing: 28 seconds
Seriation complete.
Maximum size of seriation: 3
Number of frequency seriation solutions at last step: 1139
Assemblages not part of final solution:
*** All assemblages used in seriations.***
Time elapsed for completion of program: 83 seconds
and several graph windows will pop up. The “minmax” graph shows the best solution with branching to show how different partial seriations relate. There will be an “output” directory with full output.
Please contact me or Carl Lipo if you have questions about IDSS and this release!