Invalid command. Run 'python run_gcae.py --help' for more information.
as if the --pheno_model_id=p1 is not supported yet.
Sure, I can delete that flag altogether, but then I get:
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/GenoCAE/GenoCAE/ae_out/ae.M1.ex3.b_0_4.issue_2_bin/weights'
Note the absence of .p1 in the folder name.
The error I expect would be that the dataset used (issue_2_bin) would not work with the file specified with --superpops example_tiny/HO_superpopulations (although it might work by sheer luck).
How can I use project on a neural net that can also do a phenotype?
Dear GenoCAE maintainers,
Thanks for GenoCAE and its Continuous Integration (GitHub Actions) script!
When I run GenoCAE with the added/experimental phenotype, I can now (thanks to #19) train the neural network. Great!
However, when I want to project the genotypes I get the wrong error messages that are too early.
Training goes great, as confirmed by this example GitHub Actions log:
The last line of the output is also clear:
Note the
.p1
addition to the folder name, which is not there when not working with a phenotype.When I start using the
project
option, that I copy from the doc, I get unexpected and/or too early error messages:When I run on GHA like this:
I get the error:
as if the
--pheno_model_id=p1
is not supported yet.Sure, I can delete that flag altogether, but then I get:
Note the absence of
.p1
in the folder name.The error I expect would be that the dataset used (
issue_2_bin
) would not work with the file specified with--superpops example_tiny/HO_superpopulations
(although it might work by sheer luck).How can I use
project
on a neural net that can also do a phenotype?