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
When parsing gbk files for sequence length, the "LOCUS" line is split not just on white space, but any non-alphanumeric character. I.e. "LOCUS scaffold_20 50000 bp ..." gives seq_id="scaffold", length=20...
When parsing gbk files for sequence length, the "LOCUS" line is split not just on white space, but any non-alphanumeric character. I.e.
"LOCUS scaffold_20 50000 bp ..."
givesseq_id="scaffold", length=20
...gggenomes/R/read_seqs.R
Line 94 in 976bb83
The text was updated successfully, but these errors were encountered: