-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
empty fasta file:'Remapping.fasta'; local variable 'bam_sorted' referenced before assignment #46
Comments
Hi, It looks like that there is no fasta file generated in the previous step. Could you please have a check the content in the "BestBinset" folder? If this folder is empty, it means you have either encountered an error at the previous step, or even earlier. Cheers, |
Thank you for your reply. Best |
Hmm it looks weird. Could you please add my Wechat "noddevil4949" so we can have a look at details? |
Hello, I encounter a similar problem. Can you help me? During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hello, Total time for backward call to driver() for mirror index: 00:00:23 During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hello,
First, thank you for this cool tool.
However, I got this error. It's the latest version by the way. Can you help me with it?
Input files DNA, FASTA:
Remapping.fasta
Warning: Empty fasta file: 'Remapping.fasta'
Warning: All fasta inputs were empty
Total time for call to driver() for forward index: 00:00:00
Error: Encountered internal Bowtie 2 exception (#1)
Command: /bioinf/home/fwang/software/miniconda3/envs/BASALT-1.1.0/bin/bowtie2-build-s --wrapper basic-0 Remapping.fasta Remapping.fasta
Traceback (most recent call last):
File "/bioinf/home/fwang/software/miniconda3/envs/BASALT-1.1.0/bin/S5_Outlier_remover_DL_checkm.py", line 289, in outlier_predictor
os.system('jgi_summarize_bam_contig_depths --outputDepth Re-mapped_depth.txt '+str(bam_sorted))
UnboundLocalError: local variable 'bam_sorted' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/bioinf/home/fwang/software/miniconda3/envs/BASALT-1.1.0/bin/BASALT", line 141, in
BASALT_main_c(assembly_list, datasets, num_threads, lr_list, hifi_list, hic_list, eb_list, ram, continue_mode, functional_module, autobining_parameters, refinement_paramter, max_ctn, min_cpn, pwd, QC_software)
File "/bioinf/home/fwang/software/miniconda3/envs/BASALT-1.1.0/bin/BASALT_main_c.py", line 441, in BASALT_main_c
outlier_remover_main('BestBinset', coverage_matrix_list, datasets, assembly_mo_list, pwd, num_threads)
File "/bioinf/home/fwang/software/miniconda3/envs/BASALT-1.1.0/bin/S5_Outlier_remover_DL_checkm.py", line 452, in outlier_remover_main
A=outlier_predictor(depth_TNF_matrix, contigs_depth, bin_contigs, datasets, num_threads, nx)
File "/bioinf/home/fwang/software/miniconda3/envs/BASALT-1.1.0/bin/S5_Outlier_remover_DL_checkm.py", line 296, in outlier_predictor
os.system('jgi_summarize_bam_contig_depths --outputDepth Re-mapped_depth.txt '+str(bam_sorted))
UnboundLocalError: local variable 'bam_sorted' referenced before assignment
The text was updated successfully, but these errors were encountered: