File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,14 +112,7 @@ First install system level dependencies:
112112
113113 sudo apt-get install cpanminus libperl-dev gcc make
114114
115- Now you have to choose between one of the 2 options below:
116-
117- ** Option 1:** System-level installation:
118-
119- cpanm --notest --sudo Pheno::Ranker
120- pheno-ranker -h
121-
122- ** Option 2:** Install Pheno-Ranker and the dependencies at ` ~/perl5 `
115+ We will install Pheno-Ranker and the dependencies at ` ~/perl5 `
123116
124117 cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
125118 cpanm --notest Pheno::Ranker
Original file line number Diff line number Diff line change @@ -354,14 +354,7 @@ First install system level dependencies:
354354
355355 sudo apt-get install cpanminus libperl-dev gcc make
356356
357- Now you have to choose between one of the 2 options below:
358-
359- B<Option 1: > System-level installation:
360-
361- cpanm --notest --sudo Pheno::Ranker
362- pheno-ranker -h
363-
364- B<Option 2: > Install Pheno-Ranker and the dependencies at C<~/perl5 >
357+ We will install Pheno-Ranker and the dependencies at C<~/perl5 >
365358
366359 cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
367360 cpanm --notest Pheno::Ranker
You can’t perform that action at this time.
0 commit comments