Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
echo -e '\npopulations.fixed.phylip\nI\nY\n' | dnadist
tips:
echo "hello\n world" 并没有出现换行的效果 查找后发现,默认禁止了反斜线的功能,需要加上参数”-e" echo -e "hello\n world"