place holder in snakefile for path to ship_raster

This commit is contained in:
Philipp Glaum 2022-07-29 11:52:33 +02:00
parent fc57d4408f
commit 4db62fa0c6

View File

@ -197,7 +197,7 @@ if config['enable'].get('build_ship_raster', False):
if config['enable'].get('retrieve_ship_raster', True):
rule retrieve_ship_raster:
input: HTTP.remote("https://tubcloud.tu-berlin.de/s/P9HArMwKbTH48Tf", keep_local=True, static=True)
input: HTTP.remote("path-to-file", keep_local=True, static=True)
output: "resources/europe_shipdensity_raster.nc"
run: move(input[0], output[0])