I never actually found a solution to this (or related) problems even after re-doing the analysis from the beginning. What I ended up doing was just bypassing the merge step and going straight to stringtie -eB just using the basic gene.gtf as the -G input, not a merged .gtf file. So for example:
stringtie -e -B -p 4 -G /home/chris/Desktop/tacr3_rnaseq/Genes/genes.gtf -o ballgown/i1/i1_stringtieout.gtf i1samout.bam
After analyzing with ballgown I got roughly similar outputs as I did with tophat/bowtie/cuffdiff, so I'm assuming that'll work OK.
Can you try the following? Some programs are sensitive to the order of options given.
GTF files listed one per line in
mergelist.txt, correct?Thanks for the reply. I got the same error after flipping around the -g and -o commands, unfortunately. And yeah, the gtf files are all on separate lines with no other formatting.
Can you try adding full path to the GTF file names in your
mergelist.txt?Yup, I get the same error but with the full path instead of just the file name. Maybe I'll just start from the beginning and make all new gtf files.