emmanuelparadis / ape

Analysis of Phylogenetics and Evolution
https://emmanuelparadis.github.io/
GNU General Public License v2.0
53 stars 11 forks source link

where() function with aa sequences #28

Closed brunomioto closed 3 years ago

brunomioto commented 3 years ago

the where() function works just with nucleotide data for me. I would like to use it with amino acid sequences!

My goal here is to trim my alignment based on my first sequence (to match it's length), so I thought of using where to search for the coordinates of my first-row sequence and trim it.

emmanuelparadis commented 3 years ago

Done. I've pushed the fix here, so you can install from GH.