Skip to content

Commit

Permalink
Change default URL setting to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-agostinho authored Mar 9, 2023
1 parent c11d20f commit fe8e95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geno2MP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ sub new {
unless defined($file);
$self->add_file($file);

# Add URL linking to Geno2MP variant page
$self->{url} = defined($param_hash->{url}) ? $param_hash->{url} : 1;
# Build URL linking to Geno2MP variant page
$self->{url} = defined($param_hash->{url}) ? $param_hash->{url} : 0;

# Retrieve specific columns from VCF
my @cols = $param_hash->{cols} ? split(/\:/, $param_hash->{cols}) : "HPO_CT";
Expand Down

0 comments on commit fe8e95a

Please sign in to comment.