Skip to content
Snippets Groups Projects
Commit c489b85f authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Use new ouput bag name type

parent a308569f
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8609 canceled with stages
......@@ -30,7 +30,7 @@ def main(hostname, catalog_number, credential):
"File_Bytes": args.bytes,
"File_Creation_Time": datetime.now().replace(microsecond=0).isoformat(),
"Notes": args.notes,
"Bag_Type": "Replicate_mRNA_Analysis"
"Bag_Type": "mRNA_Replicate_Analysis"
}
entities = outputBag_table.insert([outputBag_data])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment