Changes

From Genome Analysis Wiki
Jump to navigationJump to search
7 bytes added ,  20:48, 8 May 2011
Line 133: Line 133:  
'''Minimac''' requires a file listing markers in the haplotype file. This file can be easily generated by extracting the second column from the .dat file. In a standard Unix system, a command like this should do:
 
'''Minimac''' requires a file listing markers in the haplotype file. This file can be easily generated by extracting the second column from the .dat file. In a standard Unix system, a command like this should do:
   −
   cut -f 1 sample.dat > target.snps
+
   cut -f 2 -d " " sample.dat > target.snps
    
=== Running Minimac ===
 
=== Running Minimac ===
550

edits

Navigation menu