-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, I was trying to use an annotation file that was originally generated in ESPRESSO as it contains novel isoforms that are not present in the supplied files. ESPRESSO created an updated .gtf that I converted to .GFF3 using AGAT. When I run TappAS I get the following error:
logMsg exception: /tappas.log (Read-only file system)15:32 - Checking specified annotation file: /Users/nickwebster/updated.gff3
logMsg exception: /tappas.log (Read-only file system)15:32 - Checking design file: /Users/nickwebster/anaconda3/envs/rmats-long/design_file.txt
logMsg exception: /tappas.log (Read-only file system)15:32 - Design file passed initial check.
logMsg exception: /tappas.log (Read-only file system)15:32 - Checking specified matrix file (Two_Group_Comparison): /Users/nickwebster/anaconda3/envs/rmats-long/sample_matrix.txt
logMsg exception: /tappas.log (Read-only file system)15:32 - Matrix file passed initial check.
logMsg exception: /tappas.log (Read-only file system)15:32 - The custom annotation file has been modified. We are going to load the version you used to create the project.
logMsg exception: /tappas.log (Read-only file system)15:32 - Annotation loaded correctly. Check if the project contains the correct annotation or you want to create a new one.
logMsg exception: /tappas.log (Read-only file system)15:32 - Input Data dialog results: tappas.DlgInputData$Params@5de8c8db
logMsg exception: /tappas.log (Read-only file system)15:32 - The custom annotation file has been modified. We are going to load the version you used to create the project.
logMsg exception: /tappas.log (Read-only file system)15:32 - Annotation loaded correctly. Check if the project contains the correct annotation or you want to create a new one.
logMsg exception: /tappas.log (Read-only file system)15:32 - Process Input Data script is running...
logMsg exception: /tappas.log (Read-only file system)15:32 - [ERROR] Invalid annotation line (invalid character used for ID). Line number: 14.
chrX novel_isoform transcript 6544275 6549502 . + . ID=ESPRESSO:chrX:34697:0;Parent=ENSMUSG00000068270.16;gene_id=ENSMUSG00000068270.16;transcript_id=ESPRESSO:chrX:34697:0
logMsg exception: /tappas.log (Read-only file system)15:32 - Closing project 'islet BKO'
Line 14 is the first time a novel_isoform occurs in the GFF3 file. What is the invalid character used for ID? The GFF3 file is a little different from the format shown in the overview.
Thanks, Nick