Skip to content

Commit

Permalink
-d option was missing from Genrich call ... will affect SF parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jul 20, 2021
1 parent c7c7112 commit 8f7f153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/scripts/ccbr_atac_genrich_peak_calling.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Genrich -t $BAM \
-b $READSBEDFILE \
-q $GENRICH_Q \
-l $GENRICH_L \
-g $GENRICH_G
-g $GENRICH_G \
-d $GENRICH_D
}

callGenrichPeaksProcessReadsBed(){
Expand Down

0 comments on commit 8f7f153

Please sign in to comment.