Skip to content

Commit

Permalink
small cleanup in excessive syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jan 12, 2024
1 parent 2df4196 commit 81f1446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/align.smk
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ if config['data']['rnaseq_filetype'] == '.bam':
input:
aggregate_aligned_rg
output:
"results/{sample}/rnaseq/align/{group}_aligned_STAR.bam",
"results/{sample}/rnaseq/align/{group}_aligned_STAR.bam"
log:
"logs/{sample}/samtools/merge/{group}.log",
"logs/{sample}/samtools/merge/{group}.log"
params:
extra="", # optional additional parameters as string
threads: config['threads']
Expand Down

0 comments on commit 81f1446

Please sign in to comment.