Skip to content

Commit 5a2478d

Browse files
committed
Don't check for ENV{'CPC_HOME'} while installing through --seutp
1 parent dcc6136 commit 5a2478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NGS-Utils/lncRNApipe

+1-1
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ sub setup_cpc {
12381238
my $fh = shift;
12391239
my $sys_arch = shift;
12401240

1241-
return if (exists $ENV{'CPC_HOME'});
1241+
#return if (exists $ENV{'CPC_HOME'});
12421242

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

0 commit comments

Comments
 (0)