-
Notifications
You must be signed in to change notification settings - Fork 1
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
Link to problematic files #7
Comments
Hi paul, I received your mail and the problematic files :
Case 1:The error was due to an inconsistent chromosome name between the fasta (chr name: PNL4-3XCS) and the gff (chr name: chrVIH) file. If the chromosome name don't match, the process is stopped and a message is written in the ouput: # PARSING GFF FILE ------------------ Checking chromosome IDs consistency between GFF and fasta file... Chromosome ids in GFF in fasta ------------------------------------------------------------ PNL4-3XCS - X chrVIH X - Chromosomes are not consistent between GFF and fasta files. Case 2:No problem identified neither with orftrack nor with orfget. Case 3:Orfget stops with the following error: File "/home/nchenche/projects/ORFmine/orftrack/orftrack/scripts/ORFget.py", line 248, in write_multifastas aa_seq = dico_info[gene]['AA_seq'] KeyError: 'AA_seq' Orftrack runs until the end without any raised error. However the output looks strange at the first sight since for each chromosome only one type of ORF is found:
|
Case 3 issue from orftrack has been fixed in the recent push (see commit Fix bug when '#' is found in gff between different features in same chr). |
Issue created to add input files orftrack wrongly handles (preferentially link to files to avoid huge files to be stored here)
The text was updated successfully, but these errors were encountered: