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

Issues regarding full runs with Sentieon #273

Closed
szilvajuhos opened this issue Aug 27, 2020 · 1 comment
Closed

Issues regarding full runs with Sentieon #273

szilvajuhos opened this issue Aug 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request sentieon
Milestone

Comments

@szilvajuhos
Copy link
Contributor

I am trying to make a full run to get clinically relevant VCFs, using https://github.com/szilvajuhos/btb-scripts/blob/master/gms/runAll.sh as frontend. Issues so far are:

  • we should not run annotations for all files, because it takes ages 
  • have to disable GVCF during runs (use --no_gvcf)
  • do not run variant callers in a single command, because we are going to run out of inodes/open files/whatever (see ConcatVCF_Mutect2 recurring SIGPIPE #268)
  • PON file is run-dependent, we have to remove from configs, as some runs has no PON (have to disable for these)
  • VQSR for HaplotypeCaller (Do VQSR for HaplotypeCaller calls #89)
@szilvajuhos szilvajuhos added the enhancement New feature or request label Aug 27, 2020
@szilvajuhos szilvajuhos self-assigned this Aug 27, 2020
@maxulysse
Copy link
Member

just a comment with an idea before I forgot about it:

in the sarek specific config: https://github.com/nf-core/configs/blob/master/conf/pipeline/sarek/munin.config
We can add a sentieon profile like we did in the uppmax config file with the devel profiles on the uppmax config: https://github.com/nf-core/configs/blob/3d744d9aea2371d712f38fca2c6f36ed3e69853c/conf/uppmax.config#L41-L52
and we can control some specific params (including PON) within this profile.

@maxulysse maxulysse modified the milestones: 2.6.2, 3.0 Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sentieon
Projects
None yet
Development

No branches or pull requests

3 participants