Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming issue in CDS Search #50

Open
lecorguille opened this issue Oct 16, 2020 · 0 comments
Open

Naming issue in CDS Search #50

lecorguille opened this issue Oct 16, 2020 · 0 comments

Comments

@lecorguille
Copy link
Member

lecorguille commented Oct 16, 2020

@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.

https://github.com/abims-sbr/adaptsearch/blob/dev/scripts/05_CDS_search/S03_remove_site_with_not_enough_species_represented.py#L173-L183

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

lecorguille added a commit that referenced this issue Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant