Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-beta-soup committed Nov 7, 2023
1 parent 0d29851 commit 8fe2a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ rule summation:
tmp=TMPD,
max_value=50, # Maximum hypothetical value
input_layers_calc=lambda wildcards, input: ' '.join(map(lambda x: f'-{x[0]} {x[1]}.vrt', zip(list(string.ascii_uppercase[:len(input)]), input))),
# input_calc=lambda wildcards, input: '+'.join(list(string.ascii_uppercase)[1:len(input)]),
input_calc='B+C+((D*(D>0))|(E*(E>0))|(F*(F>0)))+G+H+I',
creation_options=" ".join(f'--co {k}={v}' for k, v in config['compression_co']['zstd_pred3'].items())
shell: '''
Expand Down

0 comments on commit 8fe2a7f

Please sign in to comment.