Mercurial > repos > bcrain-completegenomics > testing1
diff cgatools_suite/tools/cgatools/testing.pl @ 7:96829b1b73ea draft
Uploaded
author | bcrain-completegenomics |
---|---|
date | Wed, 06 Jun 2012 16:58:26 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgatools_suite/tools/cgatools/testing.pl Wed Jun 06 16:58:26 2012 -0400 @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +print "$0 @ARGV\n"; +open OUT, ">@ARGV[0]"; +print "test1 ok\ttest1 ok\ntest1 ok\ttest1 ok\n"; +print OUT "test ok\ttest ok\ntest ok\ttest ok\n"; +close OUT; +open OUT, ">somefile"; +print OUT "test2 ok\ttest2 ok\ntest2 ok\ttest2 ok\n"; +close OUT; \ No newline at end of file