Skip to content

Commit 5344b21

Browse files
committed
updated prep_*.sh files to include prepDE.py
1 parent 7b1a4f4 commit 5344b21

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

prep_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir $linpack
1313
cd $srcpack
1414
make cleanall
1515
make static
16-
cp LICENSE README.md run_tests.sh stringtie ../$linpack/
16+
cp LICENSE README.md run_tests.sh stringtie prepDE.py ../$linpack/
1717
cd ..
1818
tar cvfz $linpack.tar.gz $linpack
1919
ls -l $linpack.tar.gz

prep_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "-------------------"
1111
mkdir $macpack
1212
make clean
1313
make release
14-
cp -p LICENSE README.md run_tests.sh stringtie $macpack/
14+
cp -p LICENSE README.md run_tests.sh stringtie prepDE.py $macpack/
1515
tar cvfz $macpack.tar.gz $macpack
1616
ls -l $macpack.tar.gz
1717
#echo "If you're on igmN machines you can also update the web files:"

prep_source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [[ -d $srm ]]; then
2222
mv $srm.prepping $srm
2323
fi
2424
gldir=stringtie-$ver/gclib/
25-
cp Makefile LICENSE README.md run_tests.sh stringtie.cpp {rlink,tablemaker,tmerge}.{h,cpp} $pack/
25+
cp Makefile LICENSE README.md run_tests.sh stringtie.cpp prepDE.py {rlink,tablemaker,tmerge}.{h,cpp} $pack/
2626
cp -r samtools-0.1.18 $pack/
2727
/bin/rm -rf $pack/samtools-0.1.18/.svn
2828
cp ./gclib/{GVec,GList,GHash,GIntHash}.hh ./gclib/GBitVec.h $gldir

0 commit comments

Comments
 (0)