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

Commit

Permalink
fix repeated bug
Browse files Browse the repository at this point in the history
  • Loading branch information
orangeSi committed May 13, 2020
1 parent d3721f7 commit 13eedfb
Show file tree
Hide file tree
Showing 185 changed files with 436,915 additions and 211,097 deletions.
2 changes: 1 addition & 1 deletion bin/ClustersPloter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
home=$base
#export PERL5LIB=$home/src:$home/src/Imager-1.011/lib64/perl5/:$PERL5LIB ## for perl library
export PERL5LIB=$home/src:$PERL5LIB ## for perl library

#echo PERL5LIB is $PERL5LIB
# for samtool
export PATH=/zfssz5/BC_PUB/Software/03.Soft_ALL/samtools-1.7:$PATH

Expand Down
3 changes: 2 additions & 1 deletion bin/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ home=$(dirname `readlink -f $BASH_SOURCE`)
home="$home/../"
#echo base is $base
## for perl library
export PERL5LIB=$home/src:$home/src/Imager-1.011/lib64/perl5/:$PERL5LIB ## for perl library
#export PERL5LIB=$home/src:$home/src/Imager-1.011/lib64/perl5/:$PERL5LIB ## for perl library
export PERL5LIB=$home/src:$PERL5LIB ## for perl library

# for samtool
export PATH=/zfssz5/BC_PUB/Software/03.Soft_ALL/samtools-1.7:$PATH
Expand Down
Loading

0 comments on commit 13eedfb

Please sign in to comment.