You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't find any of the first 10 BED transcript_ids in fasta file
error while the transcript_ids of the bed file are clearly in the transcript fasta file.
I parsed the .gtf file with 'agat_convert_sp_gff2gtf.pl' and made a custom bash script to retain only the transcript_id as the FASTA header so there are no issues. Here is a sample of the gtf, the bed and the fasta files:
GTF:
So, there is an edit that is needed to fix this problem, especially if you installed with pip3, since it doesn't appear that the fix is in that dist. Check the thread here.
To find where your check_strandedness.py file is, run: pip3 show how_are_we_stranded_here
Then, you can make the edit there to fix the problem.
Oh, and you will probably need to fix another bug as stated here.
Hi,
I am getting the
error while the transcript_ids of the bed file are clearly in the transcript fasta file.
I parsed the .gtf file with 'agat_convert_sp_gff2gtf.pl' and made a custom bash script to retain only the transcript_id as the FASTA header so there are no issues. Here is a sample of the gtf, the bed and the fasta files:
GTF:
BED:
FASTA:
Maybe it is because of the symbols in the transcript names?
The text was updated successfully, but these errors were encountered: