comparison hapmap2mlmm/HapmapToMLMMFiles.sh @ 1:420b57c3c185 draft

Uploaded
author dereeper
date Fri, 10 Jul 2015 04:39:30 -0400
parents
children
comparison
equal deleted inserted replaced
0:3e19d0dfcf3e 1:420b57c3c185
1 #!/bin/bash
2 hapmap=$1
3 map=$2
4 geno=$3
5
6 directory=`dirname $0`
7
8 perl $directory/HapmapToMLMMFiles.pl -h $hapmap -g $geno -m $map -p $directory
9
10
11