Skip to content

Commit

Permalink
fix errant multiline param definition
Browse files Browse the repository at this point in the history
  • Loading branch information
agillen committed Nov 14, 2023
1 parent 1b1c268 commit 7bca704
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rules/cutadapt_star.snake
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ rule starsolo_R1:
extra_args = _get_extra_args,
out_dir = "{results}/{sample}/{sample}_R1_",
job_name = "star_R1",
memory =
"select[mem>48] rusage[mem=4
8]"
memory = "select[mem>48] rusage[mem=48]"
log: "{results}/logs/{sample}_star_R1.out"
resources:
total_impact = 5
Expand Down

0 comments on commit 7bca704

Please sign in to comment.