faircloth-lab / phyluce

software for UCE (and general) phylogenomics
http://phyluce.readthedocs.org/
Other
76 stars 48 forks source link

exploding the monolithic fasta by locus? #294

Closed lcgraber closed 1 year ago

lcgraber commented 1 year ago

Hi,

Can I explode the monolithic fasta (phyluce_assembly_explode_get_fastas_file) by locus? It is possible according to the tutorial but it doesn't appear that "--by-locus" is an option for the function. I did try using "--split-char locus" but that gave me a fasta file for every locus for every sample (ex. uce-10_ant_species.unaligned.fasta) instead of a fasta of all samples for one locus.

Let me know if there is a way to do this. Thanks!

brantfaircloth commented 1 year ago

The default behavior is to explode by locus (with the alternate being --by-taxon).

lcgraber commented 1 year ago

That did it! Thanks so much!

brantfaircloth commented 1 year ago

You bet 👍