]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_fasta
added tests to find_orfs
[biopieces.git] / bp_test / test / test_read_fasta
index aee8d00809cd2bfc68d8eb1121f0790707467a5c..82b220c2d87909225e4f34959db7219ad510120b 100755 (executable)
@@ -1,11 +1,15 @@
-#!/usr/bin/env sh
+#!/bin/bash
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
-run "$bp -i $in -O $tmp.1"
-assert_no_diff $tmp.1 $out.1
-rm $tmp.1
+run "$bp -i $in -O $tmp"
+assert_no_diff $tmp $out.1
+clean
 
-run "$bp -i $in -n 1 -O $tmp.2"
-assert_no_diff $tmp.2 $out.2
-rm $tmp.2
+run "$bp -i $in.gz -O $tmp"
+assert_no_diff $tmp $out.1
+clean
+
+run "$bp -i $in -n 1 -O $tmp"
+assert_no_diff $tmp $out.2
+clean