diff hapmap2mlmm/HapmapToMLMMFiles.sh @ 9:98c37a5d67f4 draft

Uploaded
author dereeper
date Wed, 07 Feb 2018 22:08:47 -0500
parents 420b57c3c185
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hapmap2mlmm/HapmapToMLMMFiles.sh	Wed Feb 07 22:08:47 2018 -0500
@@ -0,0 +1,11 @@
+#!/bin/bash
+hapmap=$1
+map=$2
+geno=$3
+
+directory=`dirname $0`
+ 
+perl $directory/HapmapToMLMMFiles.pl -h $hapmap -g $geno -m $map -p $directory
+
+
+