Commit a8552a4
fix: Be more robust to nulls in a3m files.
The MMseqs2 server can return .a3m files with a null character at the end of the file.
This currently messes up parsing. Strip this character out of the file, as it has no semantic meaning.1 parent ec0942f commit a8552a4
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
0 commit comments