Improved CSV output
The old --meta-fmt CSV
option has been deprecated in favor of having multiple output modules active. To get CSV output as well as the aligned sequences, you can now write -o aligned.fasta.gz -o aligned.csv
. The fields that are written to CSV, FASTA or ARB output types can be configured with the --field
(-f
) parameter. SINA can now also show a list of all fields available in a reference ARB database using --arb-list-fields FILENAME
.
Changelog: