4 lines
151 B
Bash
4 lines
151 B
Bash
|
|
#!/bin/bash
|
||
|
|
time ./fastbwa bwt2ert ~/data1/fmt_ref/human_g1k_v37_decoy.fasta -t 64
|
||
|
|
#time ./fastbwa bwt2ert ~/reference/human_g1k_v37_decoy.fasta -t 64
|