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
Dear author
The valueError was occurred when we used the DRAM-v.py to annotate our data.
Can you provide the method to correct the error?
We will appreciated for this
Traceback (most recent call last):
File "/share/soft/miniconda3/envs/DRAM/bin/DRAM-v.py", line 161, in
args.func(**args_dict)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 507, in annotate_vgfs
annotations = add_dramv_scores_and_flags(annotations, db_handler, logger, virsorter_hits, input_fasta)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 394, in add_dramv_scores_and_flags
virsorter_scaffold_name = get_virsorter_affi_contigs_name(scaffold)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 380, in get_virsorter_affi_contigs_name
return get_virsorter_original_affi_contigs_name(scaffold)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 367, in get_virsorter_original_affi_contigs_name
raise ValueError("Format is not VIRSorter2, and can't find VIRSorter "
ValueError: Format is not VIRSorter2, and can't find VIRSorter endings on fasta header
The text was updated successfully, but these errors were encountered:
Dear author
The valueError was occurred when we used the DRAM-v.py to annotate our data.
Can you provide the method to correct the error?
We will appreciated for this
Traceback (most recent call last):
File "/share/soft/miniconda3/envs/DRAM/bin/DRAM-v.py", line 161, in
args.func(**args_dict)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 507, in annotate_vgfs
annotations = add_dramv_scores_and_flags(annotations, db_handler, logger, virsorter_hits, input_fasta)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 394, in add_dramv_scores_and_flags
virsorter_scaffold_name = get_virsorter_affi_contigs_name(scaffold)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 380, in get_virsorter_affi_contigs_name
return get_virsorter_original_affi_contigs_name(scaffold)
File "/share/soft/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/annotate_vgfs.py", line 367, in get_virsorter_original_affi_contigs_name
raise ValueError("Format is not VIRSorter2, and can't find VIRSorter "
ValueError: Format is not VIRSorter2, and can't find VIRSorter endings on fasta header
The text was updated successfully, but these errors were encountered: