The QTL-file (bed format) starts with several comment lines, each starting with # and the "normal content" look like this:
X 65152465 65152505 Body weight (mature) QTL (65327) + 65152465 65152505 . . . .
X 65221953 65221993 Body weight (mature) QTL (65328) + 65221953 65221993 . . . .
X 64847299 64847339 Body weight (mature) QTL (65329) + 64847299 64847339 . . . .
I tried reducing the file to the first three columns but that doesn't help either.
The lnc-file (gtf format) has the following structure:
17 StringTie exon 66683795 66684113 1000 - . gene_id "MSTRG.4748"; transcript_id "MSTRG.4748.1"; exon_number "6";
3 StringTie exon 12569270 12569448 1000 + . gene_id "MSTRG.11128"; transcript_id "MSTRG.11128.16"; exon_number "1";
3 StringTie exon 12576517 12576543 1000 + . gene_id "MSTRG.11128"; transcript_id "MSTRG.11128.16"; exon_number "2";
I have worked with the lnc-file before, so the problem seems to be with the downloaded file.
Could you post a small example of your -a and -b files please?