Skip to content

Commit

Permalink
remove test data override
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Jan 26, 2022
1 parent 52d5e8c commit c5b18b0
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 481 deletions.
2 changes: 1 addition & 1 deletion prep_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd $srcpack
make clean
make static-cpp
cp LICENSE README.md run_tests.sh stringtie prepDE.py prepDE.py3 ../$linpack/
cp -r tests_exp_out ../$linpack/
#cp -r tests_exp_out ../$linpack/
cd ..
tar cvfz $linpack.tar.gz $linpack
ls -l $linpack.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion prep_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkdir $macpack
make clean
make release
cp -p LICENSE README.md run_tests.sh stringtie prepDE.py prepDE.py3 $macpack/
cp -r tests_exp_out $macpack/
#cp -r tests_exp_out $macpack/
tar cvfz $macpack.tar.gz $macpack
ls -l $macpack.tar.gz
#echo "If you're on igmN machines you can also update the web files:"
Expand Down
2 changes: 1 addition & 1 deletion prep_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ gldir=stringtie-$ver/gclib/
cp Makefile LICENSE README.md run_tests.sh stringtie.cpp prepDE.py prepDE.py3 {rlink,tablemaker,tmerge}.{h,cpp} $pack/
cp ./gclib/{GVec,GList,khashl,GHashMap}.hh ./gclib/GBitVec.h ./gclib/xxhash.h ./gclib/wyhash.h $gldir
cp ./gclib/{GArgs,GStr,GSam,GBase,gdna,codons,gff,GFaSeqGet,GFastaIndex,proc_mem,GThreads}.{h,cpp} $gldir
cp -r tests_exp_out $pack/
#cp -r tests_exp_out $pack/
tar cvfz $pack.tar.gz $pack
ls -l $pack.tar.gz
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function unpack_test_data() {
fi
/bin/rm -f tests.tar.gz

cp tests_exp_out/*.gtf tests/ 2>/dev/null
#cp tests_exp_out/*.gtf tests/ 2>/dev/null
}

#if [ ! -f tests/human-chr19_P.gff ]; then
Expand Down
4 changes: 2 additions & 2 deletions run_tests_valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function unpack_test_data() {
echo "Error: invalid test data archive?"
exit 1
fi
#/bin/rm -f tests.tar.gz
cp tests_exp_out/*.gtf tests/ 2>/dev/null

#cp tests_exp_out/*.gtf tests/ 2>/dev/null
}

#if [ ! -f tests/human-chr19_P.gff ]; then
Expand Down
58 changes: 0 additions & 58 deletions tests_exp_out/long_reads.out_expected.gtf

This file was deleted.

68 changes: 0 additions & 68 deletions tests_exp_out/long_reads_guided.out_expected.gtf

This file was deleted.

Loading

0 comments on commit c5b18b0

Please sign in to comment.