Calculating p-distance for multiple fast files
0
0
Entering edit mode
7.2 years ago
Miguy • 0

Hi, I have over 3000 fasta alignment files, I want to calculate the p-distance for each fasta file and print the results in a new text file. I have been using python and perl scripts I've found online but none of them can handle this large number files and errors out with the message "Memory error". Does anyone know of program or script that could handle this many fasta files. Thank you.

seq DNA perl python Divergence • 2.2k views
ADD COMMENT
1
Entering edit mode

If you just need one p-distance per fasta file, why can't you just read them one by one and compute the distance ?

ADD REPLY
0
Entering edit mode

That means I would have to type in the command three thousand times, each time for each fast file. Not very time efficient. Thanks

ADD REPLY
1
Entering edit mode

What about a loop?

ADD REPLY

Login before adding your answer.

Traffic: 3230 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6