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

multiple chimOutType #1288

Open
been9312 opened this issue Jul 5, 2021 · 3 comments
Open

multiple chimOutType #1288

been9312 opened this issue Jul 5, 2021 · 3 comments

Comments

@been9312
Copy link

been9312 commented Jul 5, 2021

Hi,

I want to use STAR-fusion and arriba for fusion analysis of RNA sequencing samples.
Both caller use STAR alignment, but the chimOutType files used here are different.
Is there a way to derive both the Junction and the withinBAM HardClip from the --chimOutType at once when turning the STAR alignment?

@alexdobin
Copy link
Owner

Hi @been9312

yes, you can use --chimOutType Junctions WithinBAM HardClip to simultaneously output chimeras to Chimeric.out.junction and BAM.

Cheers
Alex

@anoronh4
Copy link

anoronh4 commented Sep 16, 2021

I am also interested in creating one bam for both STAR-fusion and arriba. I noticed that STAR-fusion recommends --chimMultimapNmax > 0, which only works with --chimOutType Junctions, and when I run with --chimMultimapNmax 1 --chimOutType Junctions WithinBAM HardClip I get the following error:

EXITING because of fatal PARAMETERS error: --chimMultimapNmax > 0 (new chimeric detection) presently only works with --chimOutType Junctions
SOLUTION: re-run with --chimOutType Junctions

Would there be any way to apply --chimMultimapNmax > 0 only the junction output but not to the bam, without running twice?

@alexdobin
Copy link
Owner

Hi @anoronh4

which version of STAR are using? The latest versions can work for this combination of parameters.

Cheers
Alex

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

3 participants