Skip to content

Commit

Permalink
false to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
konradjk committed Feb 12, 2019
1 parent 835e21e commit 3cf7d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sub new {
$self->{human_ancestor_fa} = 'human_ancestor.fa.rz' if !defined($self->{human_ancestor_fa});
$self->{check_complete_cds} = 'false' if !defined($self->{check_complete_cds});
$self->{use_gerp_end_trunc} = 0 if !defined($self->{check_complete_cds});
$self->{skip_lof_info} = 'false' if !defined($self->{skip_lof_info});
$self->{skip_lof_info} = 0 if !defined($self->{skip_lof_info});

# general splice prediction parameters
$self->{loftee_path} = '/vep/loftee/' if !defined($self->{loftee_path});
Expand Down

0 comments on commit 3cf7d14

Please sign in to comment.