Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ePeak
Commits
790c34d5
Commit
790c34d5
authored
Mar 02, 2022
by
Rachel LEGENDRE
Browse files
remove some parameters to union_peaks
parent
a7cb2a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/rules/union_peaks.rules
View file @
790c34d5
...
...
@@ -35,7 +35,7 @@ rule union_peaks:
cat {input} | sort -k1,1 -k2,2n - > {output}_SORT.bed
bedtools merge
-c 10 -o mean
-i {output}_SORT.bed > {output} 2> {log.out}
bedtools merge -i {output}_SORT.bed > {output} 2> {log.out}
rm {output}_SORT.bed
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment