Open mabouelk opened 1 month ago
Hi, could you share the complete log/error message from .snakemake/log/2024-09-23T134546.119120.snakemake.log
For bigscape it can help to run the command manually to see what causes the error. Activate the bigscape_bacLIFE enviroment and run the following command. Please share the output / errors.
python ./intermediate_files/BiG-SCAPE/bigscape.py -i intermediate_files/antismash -o intermediate_files/BiG-SCAPE/bigscape_output/ --pfam_dir intermediate_files/PFAM/ --mode glocal --mibig --cutoffs 0.3 0.7 --include_singletons --cores 24 --mix
See https://github.com/Carrion-lab/bacLIFE/issues/16 on how to resolve some potential issues.
I did and the networkx module was not installed. After installing it and re-run the code i got this
raceback (most recent call last):
File "./intermediate_files/BiG-SCAPE/bigscape.py", line 63, in
Shutting down, this might take some time. Exiting because a job execution failed. Look above for error message Complete log: .snakemake/log/2024-10-01T204343.508978.snakemake.log WorkflowError: At least one job did not complete successfully.
You can maybe try the solution proposed in #16 of downgrading scikit-learn. The issue seems the be the specific bigscape install as on our side it all still works.
Yes I tried but I got this
Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs The following packages are incompatible ?? pin-1 is installable and it requires ? ?? python 3.12.* , which can be installed; ?? scikit-learn 0.19.2* is not installable because there are no viable options ?? scikit-learn 0.19.2 would require ? ?? python [2.7 |>=2.7,<2.8.0a0 ], which conflicts with any installable versions previously reported; ?? scikit-learn 0.19.2 would require ? ?? python [3.5 |>=3.5,<3.6.0a0 ], which conflicts with any installable versions previously reported; ?? scikit-learn 0.19.2 would require ? ?? python 3.6 , which conflicts with any installable versions previously reported; ?? scikit-learn 0.19.2 would require ? ?? python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported; ?? scikit-learn 0.19.2 would require ?? python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported.
@gguerr001 Is working on a docker for Baclife that hopefully will solve any install issues with bigscape. We hope it will be available soon.
For now you could try to reinstall the enviroment with Conda instead of mamba as it seems this can sometimes solve issues.
Dear authors and users,Hello, I'm a loyal fan of the baclife tool from China. This tool is simply great! But I also encountered the same problem in the process of operation. Did you solve it in the end? Can you tell me how to solve this error problem?I can't wait to solve this problem and analyze my data. I would appreciate it if you could tell me how to solve this problem.
I Installed gcc-6-base 1st and then ibgfortran3. After that I installed networkx in the bacLIFE env, and pipeline works without any errors.
Information on how to install gcc-6-base and ibgfortran3 can be found at (https://gist.github.com/sakethramanujam/faf5b677b6505437dbdd82170ac55322)
After I ran "snakemake -j 16 --use-conda"
Finished job 5. 6 of 28 steps (21%) done Shutting down, this might take some time. Exiting because a job execution failed. Look above for error message Complete log: .snakemake/log/2024-09-23T134546.119120.snakemake.log WorkflowError: At least one job did not complete successfully.