Mercurial > repos > xuebing > sharplabtool
view tools/human_genome_variation/pass_wrapper.sh @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
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"