forked from abice-sbr/adaptsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
@casteljade reportes that there is a naming issue within the Fasta generated by CDS Search that make issue with CodeML. The dN/dS aren't calculated.
Still under investigation, I'm trying a dummy fasta_name[0:3]
# nuc
if filtered_bash_nuc != {} and new_leng_nuc >= MIN_LENGTH_FINAL_ALIGNMENT_NUC:
good+=1
OUTnuc=open("%s/%s" %(path_OUT2, new_name), "w")
for fasta_name in filtered_bash_nuc.keys():
seq_nuc = filtered_bash_nuc[fasta_name]
OUTnuc.write("%s\n" %fasta_name[0:3])
OUTnuc.write("%s\n" %seq_nuc)W&S
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels