Allow suppression of |(reverse complement)
suffix in header of alignment output
#1378
Labels
t:feat
Type: request of a new feature, functionality, enchancement
When
--retry-reverse-complement
is passed and a reverse complement is aligned, we add a|(reverse complement)
suffix to the FASTA header of the affected sequence.This can cause issues when matching sequences with metadata, as some scripts within augur expect the entire header to be unchanged.
It would be helpful if we offered the option to suppress the suffix. Workaround for now is for example a
sed
one-liner, though it's not so ergonomic to do this for all translations as well.The text was updated successfully, but these errors were encountered: