mpox
mpox copied to clipboard
Reverse complement reverse-complemented sequences in ingest to reduce downstream complications
Right now we seem to label sequences as reverse-complemented in ingest, but we don't actually fix the wrong orientation in the output sequences.
It would make downstream processing easier if we reversed the sequences straight in ingest.
We used to reverse the sequences in ingest with reverse_reversed_sequences.py, but that was removed in https://github.com/nextstrain/mpox/pull/94/commits/7d19b38b79b54019561dec051cde1534905c1488 with the implication that Nextclade should reverse them. Is that not the case?