#!/bin/bash source "$BP_DIR/bp_test/lib/test.sh" run "$bp -i $in.1 -O $tmp" assert_no_diff $tmp $out.1 clean run "$bp -i $in.2 -O $tmp" assert_no_diff $tmp $out.2 clean run "$bp -i $in.2.gz -O $tmp" assert_no_diff $tmp $out.2 clean run "$bp -i $in.2 -n 1 -O $tmp" assert_no_diff $tmp $out.3 clean