File: x-base-seqstat

package info (click to toggle)
biosquid 1.9g%2Bcvs20050121-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,624 kB
  • sloc: ansic: 12,750; sh: 1,412; perl: 243; makefile: 233
file content (23 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /usr/bin/perl

use lib '.';
use testsuite;

testsuite::description("x-base-seqstat", "basic tests of seqstat");
testsuite::run("../seqstat ../Formats/a2m         > /dev/null");
testsuite::run("../seqstat ../Formats/clustal     > /dev/null");
testsuite::run("../seqstat ../Formats/embl        > /dev/null");
testsuite::run("../seqstat ../Formats/fasta       > /dev/null");
testsuite::run("../seqstat ../Formats/gcg         > /dev/null");
testsuite::run("../seqstat ../Formats/gcgdata.1   > /dev/null");
testsuite::run("../seqstat ../Formats/gcgdata.2   > /dev/null");
testsuite::run("../seqstat ../Formats/genbank     > /dev/null");
testsuite::run("../seqstat ../Formats/msf         > /dev/null");
testsuite::run("../seqstat ../Formats/phylip      > /dev/null");
testsuite::run("../seqstat ../Formats/pir         > /dev/null");
testsuite::run("../seqstat ../Formats/selex.1     > /dev/null");
testsuite::run("../seqstat ../Formats/selex.2     > /dev/null");
testsuite::run("../seqstat ../Formats/stockholm.1 > /dev/null");
testsuite::run("../seqstat ../Formats/stockholm.2 > /dev/null");
testsuite::run("../seqstat ../Formats/swissprot   > /dev/null");
testsuite::done();