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
[lsx@macaca lobSTR_data]$ python scripts/lobstr_index.py --str lobSTR_region --ref CR_genome_chr_edition.fa --out output_directory
Traceback (most recent call last):
File "scripts/lobstr_index.py", line 216, in
if not DEBUG: GetRefFasta(genome, refkeys, merged_str_file, str_ref_fasta, str_map_file)
File "scripts/lobstr_index.py", line 149, in GetRefFasta
chrom, start, end, annot = line.strip().split("\t")
ValueError: need more than 1 value to unpack
How to address this issue? Do anyone meet this issue? I will appreciate if you help me. thank you!
The text was updated successfully, but these errors were encountered:
[lsx@macaca lobSTR_data]$ python scripts/lobstr_index.py --str lobSTR_region --ref CR_genome_chr_edition.fa --out output_directory
Traceback (most recent call last):
File "scripts/lobstr_index.py", line 216, in
if not DEBUG: GetRefFasta(genome, refkeys, merged_str_file, str_ref_fasta, str_map_file)
File "scripts/lobstr_index.py", line 149, in GetRefFasta
chrom, start, end, annot = line.strip().split("\t")
ValueError: need more than 1 value to unpack
How to address this issue? Do anyone meet this issue? I will appreciate if you help me. thank you!
The text was updated successfully, but these errors were encountered: