Skip to content

Commit

Permalink
skip qc, adjust threads
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Oct 5, 2024
1 parent 7b91969 commit 5fa43fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rule all:
input:
get_all_targets(),
get_bids_toplevel_targets(),
get_qc_targets(), #need to skip this if using prestitched
# get_qc_targets(), #need to skip this if using prestitched
localrule: True


Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/import.smk
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ rule tif_to_zarr_gcs:
),
group:
"preproc"
threads: 8
threads: 24
container:
config["containers"]["spimprep"]
script:
Expand Down

0 comments on commit 5fa43fb

Please sign in to comment.