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

Add new lib options to biohpc config

parent 911127be
Branches
1 merge request!81Add new lib options to biohpc config
Pipeline #8397 passed with stages
in 17 minutes and 56 seconds
......@@ -46,6 +46,9 @@ params {
'auto' {
param = 'auto'
}
'3GEX' {
param = 'threeprime'
}
'3GEXv1' {
param = 'SC3Pv1'
}
......@@ -58,6 +61,12 @@ params {
'5GEX' {
param = 'fiveprime'
}
'5GEXPE' {
param = 'SC5P-PE'
}
'5GEXR2' {
param = 'SC5P-R2'
}
}
}
......
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