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
raiseAugurError(f"At least two metadata inputs are required for merging.")
This limitation makes sense in the context of merging. However, augur merge is used not only to merge but also decompress and add source columns. This is because it is more generally used as the entry point for input data in pathogen workflows.
Description
Support single inputs such as augur merge --metadata a=metadata.tsv. This would remove the need to separately handle:
Context
augur mergecurrently requires at least two inputs in order to perform a merge on metadata or sequences.augur/augur/merge.py
Lines 161 to 162 in c7fb169
This limitation makes sense in the context of merging. However,
augur mergeis used not only to merge but also decompress and add source columns. This is because it is more generally used as the entry point for input data in pathogen workflows.Description
Support single inputs such as
augur merge --metadata a=metadata.tsv. This would remove the need to separately handle:keep_alloption