Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 13eedfb

Browse files
committed
fix repeated bug
1 parent d3721f7 commit 13eedfb

File tree

185 files changed

+436915
-211097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+436915
-211097
lines changed

bin/ClustersPloter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
home=$base
1313
#export PERL5LIB=$home/src:$home/src/Imager-1.011/lib64/perl5/:$PERL5LIB ## for perl library
1414
export PERL5LIB=$home/src:$PERL5LIB ## for perl library
15-
15+
#echo PERL5LIB is $PERL5LIB
1616
# for samtool
1717
export PATH=/zfssz5/BC_PUB/Software/03.Soft_ALL/samtools-1.7:$PATH
1818

bin/env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ home=$(dirname `readlink -f $BASH_SOURCE`)
22
home="$home/../"
33
#echo base is $base
44
## for perl library
5-
export PERL5LIB=$home/src:$home/src/Imager-1.011/lib64/perl5/:$PERL5LIB ## for perl library
5+
#export PERL5LIB=$home/src:$home/src/Imager-1.011/lib64/perl5/:$PERL5LIB ## for perl library
6+
export PERL5LIB=$home/src:$PERL5LIB ## for perl library
67

78
# for samtool
89
export PATH=/zfssz5/BC_PUB/Software/03.Soft_ALL/samtools-1.7:$PATH

0 commit comments

Comments
 (0)