gpertea / stringtie

Transcript assembly and quantification for RNA-Seq
MIT License
365 stars 76 forks source link

Question:Appropriate Star-mapping options #265

Closed Tdanis closed 4 years ago

Tdanis commented 4 years ago

Hello,

Because I am new in bioinformatics could you suggest me please the suitable options in Star mapper in order the outfile be compatible with StringTie.

Thank you very much

gpertea commented 4 years ago

Star is a great mapper but we (the developers) have no direct experience with it for StringTie (we use HISAT2) so we cannot answer your question without looking into the Star manual at this time -- which you could very likely do yourself, no?

As a generic hint, whatever read aligner you use, if its documentation mentions options that make the output more suitable for Cufflinks transcript assembly, those would also apply to StringTie, since StringTie has the same alignment data requirements like Cufflinks.

You may also find a wider community that might be able to answer this kind of questions in public forums like Biostars, SEQanswers etc.