Mercurial > repos > dereeper > sniplay
view SNP_density/calculateSlidingWindowsSNPdensitiesFromHapmap.sh @ 4:10627af23f10 draft
planemo upload
author | gandres |
---|---|
date | Tue, 15 Dec 2015 05:18:02 -0500 |
parents | 420b57c3c185 |
children |
line wrap: on
line source
#!/bin/bash tool_path=$(dirname $0) hapmap=$1 fileout=$2 fileout_bysample=$3 step=$4 perl $tool_path/CalculateSlidingWindowsSNPdensitiesFromHapmap.pl -i $hapmap -o $fileout -s $step cp $fileout.by_sample $fileout_bysample rm $fileout.by_sample