We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyani 0.2 would have zero on the sim-error matrix diagonal, but 0.3 has ones.
See pyani-plus/pyani-plus#109
This is a simplified version of the sample script on the above issue.
$ ls -1 MGV-GENOME-0264574.fas MGV-GENOME-0266457.fna OP073605.fasta $ pyani createdb $ pyani index -i . $ pyani anim -i . -o output ... $ pyani report -o . --formats=stdout --run_matrices 1 ... $ cat matrix_sim_errors_1.tab Genome_id:1 Genome_id:2 Genome_id:3 Genome_id:1 1 222 27 Genome_id:2 222 1 212 Genome_id:3 27 212 1
One on the sim-error matrix diagonal:
$ cat matrix_sim_errors_1.tab Genome_id:1 Genome_id:2 Genome_id:3 Genome_id:1 1 222 27 Genome_id:2 222 1 212 Genome_id:3 27 212 1
Zero on the sim-error matrix diagonal
$ cat matrix_sim_errors_1.tab Genome_id:1 Genome_id:2 Genome_id:3 Genome_id:1 0 222 27 Genome_id:2 222 0 212 Genome_id:3 27 212 0
$ pyani --version pyani version: 0.3.0-alpha
If you are running a version of pyani v0.3 or later, then please run the command pyani listdeps at the command line, and enter the output below.
pyani
pyani listdeps
Python 3.12
macOS Intel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
pyani 0.2 would have zero on the sim-error matrix diagonal, but 0.3 has ones.
Description:
See pyani-plus/pyani-plus#109
Reproducible Steps:
This is a simplified version of the sample script on the above issue.
Current Output:
One on the sim-error matrix diagonal:
Expected Output:
Zero on the sim-error matrix diagonal
pyani Version:
installed dependencies
If you are running a version of
pyani
v0.3 or later, then please run the commandpyani listdeps
at the command line, and enter the output below.Python Version:
Python 3.12
Operating System:
macOS Intel
The text was updated successfully, but these errors were encountered: