You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/1_📁_Data_Preparation.py
+21-4
Original file line number
Diff line number
Diff line change
@@ -21,24 +21,41 @@
21
21
)
22
22
ft, md=pd.DataFrame(), pd.DataFrame()
23
23
24
-
file_origin=st.radio("File origin", ["Quantification table and meta data files", "GNPS(2) task ID", "Example dataset from publication", "Small example dataset for testing"])
24
+
file_origin=st.radio("File origin",
25
+
["Quantification table and meta data files",
26
+
"GNPS(2) task ID",
27
+
"Example dataset from publication",
28
+
"Small example dataset for testing",
29
+
"GNPS2 classical molecular networking (CMN)"])
30
+
25
31
# b661d12ba88745639664988329c1363e
26
32
iffile_origin=="Small example dataset for testing":
27
33
ft, md=load_example()
28
34
29
-
iffile_origin=="GNPS(2) task ID"orfile_origin=="Example dataset from publication":
35
+
iffile_origin=="GNPS(2) task ID"orfile_origin=="Example dataset from publication"or"GNPS2 classical molecular networking (CMN)":
30
36
st.warning("💡 This tool only supports task ID from GNPS1 and 2 not from Quickstart GNPS1.")
31
37
iffile_origin=="Example dataset from publication":
0 commit comments