Skip to content

java.io.FileNotFoundException: ./output/Matrix (Not a directory) #28

@shlomobl

Description

@shlomobl

Hello,

Thanks for this tool!

When running the following:

ezaai calculate -i ./DB -j ./DB -o ./output -mtx ./output/Matrix -t 32

And after a long wait over weekend (~230 genomes!)... I got this:

java.io.FileNotFoundException: ./output/Matrix (Not a directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
	at java.io.FileWriter.<init>(FileWriter.java:63)
	at leb.main.EzAAI.runCalculate(EzAAI.java:548)
	at leb.main.EzAAI.run(EzAAI.java:689)
	at leb.main.EzAAI.main(EzAAI.java:725)

I did get an output file, which I could cluster using the clustering module.
(in which btw would be nice to have an option to get only sample names as tree labels, instead of the file names)

But both the matching CDs folder and the Matrix are empty.

In this something I can retrieve from the output anyhow, without having to run the whole thing again?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions