Skip to content

Commit

Permalink
add --collapse_within option
Browse files Browse the repository at this point in the history
  • Loading branch information
huqiwen0313 authored Dec 8, 2021
1 parent 052fb02 commit 64b1a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/sinto_atac.smk
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ rule run_sinto_5:
log:
"tmp/logs/run_sinto_5.{sample}.log"
run:
shell('sinto fragments -b {input.bam} -f {output.out1} --barcode_regex "[^:]*" 2> {log}')
shell('sinto fragments -b {input.bam} -f {output.out1} --barcode_regex "[^:]*" --collapse_within 2> {log}')
shell('sort -k 1,2 -k2,2n {output.out1} > {output.out2}')

0 comments on commit 64b1a5c

Please sign in to comment.