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

STAR 2-pass alignment #1020

Open
siebrenf opened this issue Nov 29, 2023 · 1 comment
Open

STAR 2-pass alignment #1020

siebrenf opened this issue Nov 29, 2023 · 1 comment

Comments

@siebrenf
Copy link
Member

          I remembered that I read somewhere, you do not support 2-pass start alignemnt yet.  What is your recommendation if we want to do the two passes, and then come back to Seq2science again?

Originally posted by @bioinfolabmu in #1018 (comment)

@siebrenf siebrenf changed the title START 2-pass alignment STAR 2-pass alignment Nov 29, 2023
@siebrenf
Copy link
Member Author

siebrenf commented Nov 29, 2023

  1. prepare the RNA-seq workflow as usual
  2. run the RNA-seq workflow until the STAR alignment is completed. Example command: seq2science run rna-seq --snakemakeOption until=[samtools_presort] (you could continue until after mark_duplicates too)
  3. manually run the STAR output through the 2nd pass

Optional:
4. overwrite the output from the 1st pass with the output from the 2nd pass
5. restart the seq2science workflow (without the until argument) to continue with the QC and count matrix steps.

Please note: STAR's 2nd pass outputs splice site information IIRC. I don't know if the seq2science processing can make use of this, so steps 4 and 5 may not do anything, or even work!

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

No branches or pull requests

1 participant