Entering edit mode
5.7 years ago
Morris_Chair
▴
370
Hello guys,
I’m having problems merging the GTF files generated with Stringtie. I know it must me a simple mistake that I m doing with the cmdline but also googling I couldn’t figure it out.
The command line that I’m using for merging the files is this:
stringtie --merge -G Homo_sapiens.GRCh37.75.gtf -p 8 -o Treated_1.gtf Treated_2.gtf Treated_3.gtf Untreated_1.gtf Untreated_2.gtf Untreated_3.gtf gtf_list.txt
Error: no transcripts were found in input file gtf_list.txt
Beside the error that , it generates a folder with files inside named “Transcript_s000.bam and sam” but I can’t understand why it stops working.
In the file "gtf_list.txt' I listed the file name_gtf
Can you please help me with that?
Thank you
Paste the contents of
gtf_list.txt
your contents should look like this
Hi bioExplorer,
here is the head of my gtf.txt file which is different than yours, did you put also the path beside of each? in my case the txt file is in the same folder of the gtf files so I think I should be ok
This gtf come out from this command line,
Thank you
Can you provide the absolute paths in the
gtf_list.txt
like this?for e.g. say your
gtf
files are in/home/user/assembly
directory, then yourgtf_list.txt
should look likeAND, I noticed that your command is incorrect, it should be
stringtie --merge
generated single output file calledstringtie_merged.gtf
.Hole' ! problem solved , I have this precious file !
Basically I had to specify the path into the txt file
Thank you
PS: my previous command line was used to generate every single file.txt from single BAM files