Mercurial > repos > xuebing > sharplabtool
view tools/human_genome_variation/pass_wrapper.sh @ 1:cdcb0ce84a1b
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:45:15 -0500 |
parents | 9071e359b9a3 |
children |
line wrap: on
line source
#!/usr/bin/env bash export PATH=$PATH:$(dirname $0) input=$1 min_window=$2 max_window=$3 false_num=$4 output=$5 pass "$input" "$min_window" "$max_window" "$false_num" "$output" >/dev/null sed -i -e 's/\t\t*/\t/g' "$output"