Advertisement
Guest User

bwa.sh

a guest
Feb 28th, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. #$ -V
  3.  
  4. cd /home/gmarco
  5.  
  6. bwa aln /home/gmarco/ref/hg19.fa /home/gmarco/input/HapMap_2.fastq -t 8 > /home/gmarco/output/tmp/HapMap_right.sai
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement