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 Parameters for TCGA and GTEX #124

Closed
angarb opened this issue Jun 16, 2020 · 4 comments
Closed

STAR Parameters for TCGA and GTEX #124

angarb opened this issue Jun 16, 2020 · 4 comments
Assignees

Comments

@angarb
Copy link
Collaborator

angarb commented Jun 16, 2020

Hey @PhilPalmer,

When we are running TCGA or GTEX data, would it be possible to add a couple parameters to STAR:

  1. --outFilterScoreMinOverLread 0.33
  2. --outFilterMatchNminOverLread 0.33
  3. --alignSJDBoverhangMin 1

Similar to the TCGA parameters - https://docs.gdc.cancer.gov/Data/Bioinformatics_Pipelines/Expression_mRNA_Pipeline/

Does this look ok @lmurba?

@angarb
Copy link
Collaborator Author

angarb commented Jun 22, 2020

@lmurba - did we also want to remove --alignEndsType EndToEnd ? To allow for soft clipping?

@lmurba
Copy link
Contributor

lmurba commented Jun 23, 2020

@angarb I think so. I want to test it out first though

@PhilPalmer
Copy link
Contributor

PhilPalmer commented Jun 24, 2020

Let me know if you have any questions on this, it should be as easy as #123

@lmurba lmurba self-assigned this Jun 24, 2020
@lmurba
Copy link
Contributor

lmurba commented Jun 25, 2020

Problem

TCGA, GTEX and potentially other data have poorer quality than our in-house data. As a result, we want to be able to lower the filtering cuttoffs.

Solution

Add two additional parameters to config:
filterScore which controls outFilterScoreMinOverLread and outFilterMatchNminOverLread (int)
sjdOverhangMin which controls alignSJDBoverhangMin (int)

Implementation

  • add new parameters filterScore and sjdOverhangMin
    • add new parameters and defaults to nextflow.config (see below)
    • add new parameters to main.nf
      • add new parameters to help message
      • add new parameters to log
      • add to required process and script
    • update usage.md
  • test

Defaults for new parameters

filterScore = 0.66
sjdOverhangMin = 3

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

3 participants