Skip to content

Commit

Permalink
fix bug with call to bwa
Browse files Browse the repository at this point in the history
  • Loading branch information
nchernia committed Nov 8, 2017
1 parent 7095d6f commit a093190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPU/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
shopt -s extglob
juicer_version="1.5.6"
### LOAD BWA AND SAMTOOLS
bwa_cmd="/home/neva/bwa-0.7.17/bwa"
bwa_cmd="bwa"
# fastq files should look like filename_R1.fastq and filename_R2.fastq
# if your fastq files look different, change this value
read1str="_R1"
Expand Down

0 comments on commit a093190

Please sign in to comment.