You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used get_organelle_from_reads.py with the folowing parameters: -t 64 -R 100 -k 21,35,45,65,85,105,127 -F embplant_mt,embplant_pt -P 1000000 --target-genome-size 350000,160000 --spades-options "-m 120" and after sliming assembly I get the following error:
2024-03-04 08:25:37,314 - INFO: Extracting embplant_mt from the assemblies ...
2024-03-04 08:25:37,318 - INFO: Disentangling /home/amorales/scratch/Asa-genoma-mitochondriale/getorganelle_out/extended_spades/K127/assembly_graph.fastg.extend-embplant_mt-embplant_pt.fastg as a circular genome ...
2024-03-04 08:25:37,418 - ERROR: Disentangling failed: Failed in 'from scipy import stats, inf, log'!
2024-03-04 08:25:37,420 - INFO: Extracting embplant_mt from the assemblies failed.
2024-03-04 08:25:37,420 - INFO: Extracting embplant_pt from the assemblies ...
2024-03-04 08:25:37,421 - INFO: Disentangling /home/amorales/scratch/Asa-genoma-mitochondriale/getorganelle_out/extended_spades/K127/assembly_graph.fastg.extend-embplant_mt-embplant_pt.fastg as a circular genome ...
2024-03-04 08:25:37,517 - ERROR: Disentangling failed: Failed in 'from scipy import stats, inf, log'!
2024-03-04 08:25:37,518 - INFO: Extracting embplant_pt from the assemblies failed.
I'm using a fresh anaconda3 environment with GetOrganelle v1.7.7.0 (build pyh7cba7a3_0, channel bioconda)
1. fix a import bug of 'from scipy import stat, log, inf' issue (issue #132#315)
2. fix a ZeroDivisionError bug when the estimated coverage is 0 (issue #311)
3. Disentangling failed -> Disentangling unsuccessful to avoid panic (issue #308)
4. fix a bug in parsing options when '-F anonym' is used (issue #319)
5. have max_multiplicity passed to no-slim case
6. minor adjustment
I used
get_organelle_from_reads.py
with the folowing parameters:-t 64 -R 100 -k 21,35,45,65,85,105,127 -F embplant_mt,embplant_pt -P 1000000 --target-genome-size 350000,160000 --spades-options "-m 120"
and after sliming assembly I get the following error:I'm using a fresh anaconda3 environment with GetOrganelle v1.7.7.0 (build pyh7cba7a3_0, channel bioconda)
log.txt
The text was updated successfully, but these errors were encountered: