As Eric mentions, you could just pull the ID/consensus sequence out of
the catalog.tags.tsv file. You could then run populations with filters,
and use the sumstats file or another file as a source to make a
whitelist and then to grep out only the catalog loci that are reliable
(and in this whitelist).
Another method is to use the --phylip_all_var output from populations
(collapsing your data down to a single population). This allows you to
apply filters directly. You can then use the batch_1.fullseq.phylip
combined with the batch_1.fullseq.phylip.log file to get the consensus
sequences (with variable sites encoded as IUPAC characters) and this
could be converted to a FASTA with a small script.
So, first method is simple, but includes all data and no variation (just
majority-rules consensus at each site), or the second method allows you
to apply filters and includes the variation, but requires a bit of
script to knit the locus ID back together with its sequence.
We could probably add a 'reference' export from populations that would
do all of this in one step.
julian