File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,18 @@ from the following locations:
1919- [ Ag3 API
2020 docs] ( https://malariagen.github.io/malariagen-data-python/latest/Ag3.html )
2121
22+ - [ Af1 API
23+ docs] ( https://malariagen.github.io/malariagen-data-python/latest/Af1.html )
24+
2225- [ Amin1 API
2326 docs] ( https://malariagen.github.io/malariagen-data-python/latest/Amin1.html )
2427
28+ - [ Adir1 API
29+ docs] ( https://malariagen.github.io/malariagen-data-python/latest/Adir1.html )
30+
31+ - [ Pf8 API
32+ docs] ( https://malariagen.github.io/parasite-data/pf8/api.html )
33+
2534- [ Pf7 API
2635 docs] ( https://malariagen.github.io/parasite-data/pf7/api.html )
2736
Original file line number Diff line number Diff line change 11[
22 {
3- "name" : " 15.5 .0" ,
4- "version" : " v15.5 .0" ,
5- "url" : " https://malariagen.github.io/malariagen-data-python/v15.5 .0/" ,
3+ "name" : " 15.6 .0" ,
4+ "version" : " v15.6 .0" ,
5+ "url" : " https://malariagen.github.io/malariagen-data-python/v15.6 .0/" ,
66 "preferred" : true
77 },
88 {
1616 "url" : " https://malariagen.github.io/malariagen-data-python/v13.5.0/"
1717 },
1818 {
19- "name" : " 13.4.0" ,
20- "version" : " v13.4.0" ,
21- "url" : " https://malariagen.github.io/malariagen-data-python/v13.4.0/"
22- },
23- {
24- "name" : " 13.3.0" ,
25- "version" : " v13.3.0" ,
26- "url" : " https://malariagen.github.io/malariagen-data-python/v13.3.0/"
27- },
28- {
29- "name" : " 13.2.1" ,
30- "version" : " v13.2.1" ,
31- "url" : " https://malariagen.github.io/malariagen-data-python/v13.2.0/"
32- },
33- {
34- "name" : " 13.1.0" ,
35- "version" : " v13.1.0" ,
36- "url" : " https://malariagen.github.io/malariagen-data-python/v13.1.0/"
37- },
38- {
39- "name" : " 13.0.4" ,
40- "version" : " v13.0.4" ,
41- "url" : " https://malariagen.github.io/malariagen-data-python/v13.0.4/"
42- },
43- {
44- "name" : " 12.0.0" ,
45- "version" : " v12.0.0" ,
46- "url" : " https://malariagen.github.io/malariagen-data-python/v12.0.0/"
19+ "name" : " 12.0.1" ,
20+ "version" : " v12.0.1" ,
21+ "url" : " https://malariagen.github.io/malariagen-data-python/v12.0.1/"
4722 },
4823 {
4924 "name" : " 11.0.0" ,
5025 "version" : " v11.0.0" ,
5126 "url" : " https://malariagen.github.io/malariagen-data-python/v11.0.0/"
5227 },
5328 {
54- "name" : " 10.0 .0" ,
55- "version" : " v10.0 .0" ,
56- "url" : " https://malariagen.github.io/malariagen-data-python/v10.0 .0/"
29+ "name" : " 10.2 .0" ,
30+ "version" : " v10.2 .0" ,
31+ "url" : " https://malariagen.github.io/malariagen-data-python/v10.2 .0/"
5732 },
5833 {
59- "name" : " 9.0.0 " ,
60- "version" : " v9.0.0 " ,
61- "url" : " https://malariagen.github.io/malariagen-data-python/v9.0.0 /"
34+ "name" : " 9.0.1 " ,
35+ "version" : " v9.0.1 " ,
36+ "url" : " https://malariagen.github.io/malariagen-data-python/v9.0.1 /"
6237 },
6338 {
64- "name" : " 8.0 .0" ,
65- "version" : " v8.0 .0" ,
66- "url" : " https://malariagen.github.io/malariagen-data-python/v8.0 .0/"
39+ "name" : " 8.8 .0" ,
40+ "version" : " v8.8 .0" ,
41+ "url" : " https://malariagen.github.io/malariagen-data-python/v8.8 .0/"
6742 },
6843 {
6944 "name" : " 7.15.0" ,
7045 "version" : " v7.15.0" ,
7146 "url" : " https://malariagen.github.io/malariagen-data-python/v7.15.0/"
7247 },
73- {
74- "name" : " 7.14.0" ,
75- "version" : " v7.14.0" ,
76- "url" : " https://malariagen.github.io/malariagen-data-python/v7.14.0/"
77- },
7848 {
7949 "version" : " dev" ,
8050 "url" : " https://malariagen.github.io/malariagen-data-python/latest/"
Original file line number Diff line number Diff line change @@ -1155,7 +1155,7 @@ def lookup_sample(
11551155 self ,
11561156 sample : base_params .sample ,
11571157 sample_set : Optional [base_params .sample_set ] = None ,
1158- ) -> pd .core . series . Series :
1158+ ) -> pd .Series :
11591159 df_samples = self .sample_metadata (sample_sets = sample_set ).set_index ("sample_id" )
11601160 sample_rec = None
11611161 if isinstance (sample , str ):
You can’t perform that action at this time.
0 commit comments