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
VarDict needs a BED file to process the regions from it. If you have GTF file, you can simply get in from it. Sometimes message Error: Potentially missing gene or transcript ID from GTF attributes appears when the first line is missing the transcript_id field.
Solution
The author of issue 212 found the way to get BED from GTF with awk and gtf2bed utility. The error was bypassed by awk conditions: