Skip to content

Commit d69a466

Browse files
committed
adding tasking id with CMN input enabled
1 parent c12e722 commit d69a466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/1_📁_Data_Preparation.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
task_id_default = "b661d12ba88745639664988329c1363e" # 63e8b3da08df41fe95031e4710e0476b
3939
disabled = True
4040
elif file_origin == "GNPS2 classical molecular networking (CMN)":
41-
task_id_default = "2a65f90094654235a4c8d337fdca11e1" # 63e8b3da08df41fe95031e4710e0476b
42-
disabled = True
41+
task_id_default = "" # 63e8b3da08df41fe95031e4710e0476b
42+
disabled = False
4343
else:
4444
task_id_default = ""
4545
disabled = False

0 commit comments

Comments
 (0)