We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7535986 commit 97017b4Copy full SHA for 97017b4
1 file changed
malariagen_data/as1.py
@@ -54,11 +54,11 @@ class As1(AnophelesDataResource):
54
Access data from Google Cloud Storage (default):
55
56
>>> import malariagen_data
57
- >>> adir1 = malariagen_data.As1()
+ >>> as1 = malariagen_data.As1()
58
59
Access data downloaded to a local file system:
60
61
- >>> adir1 = malariagen_data.As1("/local/path/to/vo_as_release/")
+ >>> as1 = malariagen_data.As1("/local/path/to/vo_as_release/")
62
63
Access data from Google Cloud Storage, with caching on the local file system
64
in a directory named "gcs_cache":
0 commit comments