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

Merge branch '56-5GEX' into 'develop'

Add new lib options to biohpc config

Closes #56

See merge request !81
parents cadc1dea 82cc010f
Branches develop
1 merge request!81Add new lib options to biohpc config
Pipeline #8398 passed with stages
in 12 minutes and 58 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