We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b6dce commit 834ff15Copy full SHA for 834ff15
1 file changed
tests/integration/Snakefile
@@ -21,7 +21,7 @@ rule download_netherlands_protected_areas:
21
message:
22
"Download and unzip a dummy drop-in dataset for Netherlands protected areas (not based on WDPA)."
23
output:
24
- "results/integration_test/resources/user/wdpa.gdb.zip"
+ "results/integration_test/resources/user/wdpa.gdb.zip",
25
log:
26
"results/integration_test/logs/download_netherlands_protected_areas.log",
27
conda:
@@ -31,6 +31,7 @@ rule download_netherlands_protected_areas:
31
curl -sSLo "{output}" "https://surfdrive.surf.nl/files/index.php/s/msuXQETNbCWawDh/download"
32
"""
33
34
+
35
rule unzip_netherlands_protected_areas:
36
37
0 commit comments