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

Update biohpc.config with new chemistry options

parent 3240eff6
Branches
2 merge requests!63Develop,!60Resolve "Add 3':5' param"
Pipeline #6518 canceled with stages
...@@ -37,14 +37,17 @@ params { ...@@ -37,14 +37,17 @@ params {
'auto' { 'auto' {
param = 'auto' param = 'auto'
} }
'one' { '3GEXv1' {
param = 'SC3Pv1' param = 'SC3Pv1'
} }
'two' { '3GEXv2' {
param = 'SC3Pv2' param = 'SC3Pv2'
} }
'three' { '3GEXv3' {
param = 'SC3Pv3' param = 'SC3Pv3'
} }
'5GEX' {
param = 'fiveprime'
}
} }
} }
\ No newline at end of file
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