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
FAILED test/test_build_ssn.py::test_build_ssn_4 - FileNotFoundError: [Errno 2] No such file or directory: 'test_out/FeSOD_dist.tsv_out.xgmml' FAILED test/test_color_genbank.py::test_color_genbank_databases_1 - FileNotFoundError: [Errno 2] No such file or directory: 'test_out/tmp_colored_genbank.gb' FAILED test/test_select_by_cds.py::test_select_by_cds_domain_expr_config_file - SystemExit: 2 FAILED test/test_select_by_contig.py::test_select_by_conting_domain_expression_config_file - SystemExit: 2
The text was updated successfully, but these errors were encountered:
Hi @Xiewentao17, the first two were bugs. I fixed those and pushed the fix.
The second two, I'm not sure, I can't reproduce those. Maybe something to do with the jsonargparse library?
Do you have more detailed error messages for that?
In any case, neither of those failed tests should affect the program function, I think, unless you are using config files.
Sorry, something went wrong.
No branches or pull requests
FAILED test/test_build_ssn.py::test_build_ssn_4 - FileNotFoundError: [Errno 2] No such file or directory: 'test_out/FeSOD_dist.tsv_out.xgmml'
FAILED test/test_color_genbank.py::test_color_genbank_databases_1 - FileNotFoundError: [Errno 2] No such file or directory: 'test_out/tmp_colored_genbank.gb'
FAILED test/test_select_by_cds.py::test_select_by_cds_domain_expr_config_file - SystemExit: 2
FAILED test/test_select_by_contig.py::test_select_by_conting_domain_expression_config_file - SystemExit: 2
The text was updated successfully, but these errors were encountered: