Skip to content

Commit c5b18b0

Browse files
committed
remove test data override
1 parent 52d5e8c commit c5b18b0

11 files changed

Lines changed: 6 additions & 481 deletions

prep_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd $srcpack
1414
make clean
1515
make static-cpp
1616
cp LICENSE README.md run_tests.sh stringtie prepDE.py prepDE.py3 ../$linpack/
17-
cp -r tests_exp_out ../$linpack/
17+
#cp -r tests_exp_out ../$linpack/
1818
cd ..
1919
tar cvfz $linpack.tar.gz $linpack
2020
ls -l $linpack.tar.gz

prep_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir $macpack
1212
make clean
1313
make release
1414
cp -p LICENSE README.md run_tests.sh stringtie prepDE.py prepDE.py3 $macpack/
15-
cp -r tests_exp_out $macpack/
15+
#cp -r tests_exp_out $macpack/
1616
tar cvfz $macpack.tar.gz $macpack
1717
ls -l $macpack.tar.gz
1818
#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
@@ -33,6 +33,6 @@ gldir=stringtie-$ver/gclib/
3333
cp Makefile LICENSE README.md run_tests.sh stringtie.cpp prepDE.py prepDE.py3 {rlink,tablemaker,tmerge}.{h,cpp} $pack/
3434
cp ./gclib/{GVec,GList,khashl,GHashMap}.hh ./gclib/GBitVec.h ./gclib/xxhash.h ./gclib/wyhash.h $gldir
3535
cp ./gclib/{GArgs,GStr,GSam,GBase,gdna,codons,gff,GFaSeqGet,GFastaIndex,proc_mem,GThreads}.{h,cpp} $gldir
36-
cp -r tests_exp_out $pack/
36+
#cp -r tests_exp_out $pack/
3737
tar cvfz $pack.tar.gz $pack
3838
ls -l $pack.tar.gz

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function unpack_test_data() {
1515
fi
1616
/bin/rm -f tests.tar.gz
1717

18-
cp tests_exp_out/*.gtf tests/ 2>/dev/null
18+
#cp tests_exp_out/*.gtf tests/ 2>/dev/null
1919
}
2020

2121
#if [ ! -f tests/human-chr19_P.gff ]; then

run_tests_valgrind.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ function unpack_test_data() {
1313
echo "Error: invalid test data archive?"
1414
exit 1
1515
fi
16-
#/bin/rm -f tests.tar.gz
17-
cp tests_exp_out/*.gtf tests/ 2>/dev/null
16+
17+
#cp tests_exp_out/*.gtf tests/ 2>/dev/null
1818
}
1919

2020
#if [ ! -f tests/human-chr19_P.gff ]; then

tests_exp_out/long_reads.out_expected.gtf

Lines changed: 0 additions & 58 deletions
This file was deleted.

tests_exp_out/long_reads_guided.out_expected.gtf

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)