Hello,
I want to use StringTie to assemble transcripts for each sample, but when I run the stringtie, I have an error:
Error: input file –l cannot be found!
here is my command:
stringtie -p 8 -G /annotation/Ghirsutum_458_v1.1.gene.gff3.gz -o NMHT-80-23.gtf –l NMHT-80-23 NMHT-80-23.bam
Please kindly let me know what should I do?
Have you tried giving a different name for your output transcripts for the
-l
option?yes, I did but i still have that error. what format supposed to be the output file after -l ?
For POC, try eliminating the -l, and let it use the default STRG. You can do a sed later,
sed -i 's/STRG/NMHT-80-23/g' NMHT-80-23.gtf
if it works.The user manual also as the bam file in front of the options: