Closed jenni-westoby closed 7 years ago
Thanks for using BRIE. This issue happens because the GTF file from Ensembl and the fasta file from GENCODE have different format of chromosome ids, i.e., the GTF has "1" while the FASTA has "chr1". Now I upgrade the brie-event-filter file to support the different chrom ids. The output chrom ids will be the format of FASTA, which is probably the same as your sam/bam file.
The new brie-event-filter is available in this GitHub repo now, but not in the new release in pypi yet.
Yuanhua
Thank you, the new brie-event-filter supports the Ensembl GTF file.
The following error occurs when executing brie-event-filter using the Ensembl GTF file from ftp://ftp.ensembl.org/pub/release-82/gtf/mus_musculus/Mus_musculus.GRCm38.82.chr.gtf.gz:
The following command was used to generate SE.gff3:
This error does not occur if the GENCODE GTF file from ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_mouse/release_M12/gencode.vM12.annotation.gtf.gz is used to generate SE.gff3 and SE.gold.gff3 instead.