Open eggrandio opened 3 months ago
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.
Your welcome @signalbash
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?