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

Recipe for RNA haplotypecaller, resolves #484 #501

Merged

Conversation

jemten
Copy link
Collaborator

@jemten jemten commented May 18, 2018

No description provided.

Copy link
Collaborator

@henrikstranneheim henrikstranneheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Some minor stuff

say {$FILEHANDLE} q{## GATK HaplotypeCaller};

my $pcr_indel_model;
if ( $active_parameter_href->{gatk_haplotypecaller_pcr_indel_model} ) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need this if condition? Will the result not be the same with:
my $pcr_indel_model = $active_parameter_href->{gatk_haplotypecaller_pcr_indel_model}

Copy link
Collaborator Author

@jemten jemten May 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True we don't need it. It was a remain from the rare disease haplotypecaller recipe


my $pcr_indel_model;
if ( $active_parameter_href->{gatk_haplotypecaller_pcr_indel_model} ) {
## Set to GATK default (CONSERVATIVE) for RNA-seq
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'##' Should be set to GATK default (CONSERVATIVE) for RNA-seq
Maybe we should add a check either FATAL or WARN that this is so in the sanity check part of MAIN::Analyse

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly. The ## statement I wrote was perhaps more assertive than I ment it to be. CONSERVATIVE is GATK default when running haplotypecaller but I'm not entirely sure that it is the optimal model. Kind of depends on the prep and quality of the RNA I guess. We use NONE for the PCR free wgs libraries

@henrikstranneheim
Copy link
Collaborator

👍

@henrikstranneheim henrikstranneheim merged commit ec76b1b into Clinical-Genomics:develop May 19, 2018
@jemten jemten deleted the feature/rna_haplotypecaller branch May 21, 2018 08:42
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

Successfully merging this pull request may close these issues.

None yet

2 participants