Skip to content

Commit

Permalink
run full tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sestaton committed Dec 1, 2016
1 parent 85a8299 commit 4c2d2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ sudo cp hmmer-3.1b2-linux-intel-x86_64/binaries/* /usr/local/bin/
perl Makefile.PL
make
#cover -test -report coveralls
#cover -test -blib -ignore "blib/lib/Tephra/Command.pm" -report coveralls
cover -test -blib -ignore "blib/lib/Tephra/Command.pm" -report coveralls
#prove -bv t/04-findtirs.t
#prove -bv t/0[45]*t
#make test
prove -bv t/01-findltrs.t
ls -l t/test_data
#prove -bv t/01-findltrs.t
#ls -l t/test_data
#perl -Mblib blib/bin/tephra findltrs -c t/test_data/tephra_ltr_config.yml -g t/test_data/ref.fas -t t/test_data/trnas.fas -d t/test_data/te.hmm --clean --debug

0 comments on commit 4c2d2aa

Please sign in to comment.