Skip to content

Commit

Permalink
refactor: remove unused thread configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Schubach committed Jul 16, 2024
1 parent 42e0e82 commit 1ca36e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion workflow/rules/assignment.smk
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ rule assignment_collectBCs:
"results/assignment/{assignment}/barcodes_incl_other.sorted.tsv.gz",
params:
batch_size=getSplitNumber(),
threads: 20
conda:
"../envs/default.yaml"
log:
Expand Down
2 changes: 0 additions & 2 deletions workflow/rules/assignment/mapping_bwa.smk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ rule assignment_mapping_bwa:
),
output:
bam=temp("results/assignment/{assignment}/bam/merge_split{split}.mapped.bam"),
threads: 1
log:
temp("results/logs/assignment/mapping.{assignment}.{split}.log"),
shell:
Expand Down Expand Up @@ -109,7 +108,6 @@ rule assignment_collect:
),
output:
"results/assignment/{assignment}/aligned_merged_reads.bam",
threads: 1
log:
temp("results/logs/assignment/collect.{assignment}.log"),
shell:
Expand Down

0 comments on commit 1ca36e1

Please sign in to comment.