Skip to content

Commit

Permalink
Don't check for ENV{'CPC_HOME'} while installing through --seutp
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoder committed Mar 22, 2018
1 parent dcc6136 commit 5a2478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NGS-Utils/lncRNApipe
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ sub setup_cpc {
my $fh = shift;
my $sys_arch = shift;

return if (exists $ENV{'CPC_HOME'});
#return if (exists $ENV{'CPC_HOME'});

my $depconf_fh = read_conf('/.lncRNApipe.depconf');

Expand Down

0 comments on commit 5a2478d

Please sign in to comment.