ecoevo.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Dedicated to Ecology and Evolution. We welcome academics, students, industry scientists, folks from other fields with links to E&E, scientific societies, and nature enthusiasts in general.

Administered by:

Server stats:

659
active users

Sergei V. Shedko

fasta2nexus with seqkit and paup (when you need to convert a lot of files):
for k in *.fas ; do seqkit fx2tab $k > infile; paup -n toNexus.nex; mv outfile $k.nex; done

toNexus.nex is:

Begin paup;
toNEXUS format=text fromfile=infile tofile=outfile replace=yes;
End;