Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatibility with Cufflinks #4

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 1 comment
Open

incompatibility with Cufflinks #4

GoogleCodeExporter opened this issue Jan 26, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

If you set outSAMattributes as All then the sam file generated is incompatible 
with Cufflinks.  The error is something like no XS tag for a spliced read. But 
when one uses outSAMattributes in standard mode and pass the sam file to 
cufflinks then no error is thrown. i think too many new tags when using the All 
mode create confusion for Cufflinks.

Also, i would appreciate if you could add a command line option to add RG, LB, 
SM, PL tags in the SAM file. 


What version of the product are you using? On what operating system?
Latest released version 2.3.0.1 on Linux 

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 Apr 2013 at 5:42

@GoogleCodeExporter
Copy link
Author

when you specify  --outSAMattributes All option, STAR outputs extra attributes 
that follow some novel SAM specifications. These attributes are only supported 
by the latest versions of samtools, 0.1.18 and 0.1.19, and will also cause 
problems with some downstream analysis software such as bedTools, HTseq and 
Cufflinks, because, I believe, these software do not use the latest samtools 
API.

I do not recommend using this option unless you really need these attributes. 
You can also cut the columns with these attributes before feeding the 
alignments to other software.

I will add the @RG tags in the next STAR release.

For a quicker reply, please post your questions at 
https://groups.google.com/forum/#!forum/rna-star

Original comment by [email protected] on 17 Apr 2013 at 9:22

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant