Skip to content

Commit 702b757

Browse files
committed
Correction
1 parent 6a3d5db commit 702b757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bio/macs2/callpeak/test/Snakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ rule callpeak_options:
3838
"_peaks.gappedPeak"
3939
)
4040
log:
41-
extra="logs/macs2/callpeak.log"
41+
"logs/macs2/callpeak.log"
4242
params:
43-
"-f BAM -g hs --nomodel"
43+
extra="-f BAM -g hs --nomodel"
4444
wrapper:
4545
"master/bio/macs2/callpeak"

0 commit comments

Comments
 (0)