Skip to content

Commit

Permalink
Update Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomh1lll authored Aug 25, 2023
1 parent 9c49b61 commit cc74d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ rule run_deconv:
"""
module load python
cd {params.dir}
python {params.script_dir}/deconvolve.py --atlas_path {params.ref} --plot --residuals {input} > {output} 2>&1
python {params.script_dir}/deconvolve2.py --atlas_path {params.ref} --residuals {input} > {output} 2>&1
"""

rule merge_tables:
Expand Down Expand Up @@ -651,7 +651,7 @@ rule run_deconv_merged:
"""
module load python
cd {params.dir}
python {params.script_dir}/deconvolve.py --atlas_path {params.ref} --plot --residuals {input}
python {params.script_dir}/deconvolve2.py --atlas_path {params.ref} --residuals {input}
"""

###############CFDNAME RULES######################
Expand Down

0 comments on commit cc74d7c

Please sign in to comment.