Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
cb26903b
Commit
cb26903b
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Look for the configs folder anyhere
parent
a083e6cc
Pipeline
#7334
failed with stages
in 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
workflow/nextflow.config
View file @
cb26903b
profiles
{
standard
{
includeConfig
'configs/biohpc.config'
includeConfig
'
**/
configs/biohpc.config'
}
local
{
includeConfig
'configs/local.config'
includeConfig
'
**/
configs/local.config'
}
local
{
includeConfig
'configs/cluster.config'
includeConfig
'
**/
configs/cluster.config'
}
aws
{
includeConfig
'configs/aws.config'
includeConfig
'
**/
configs/aws.config'
}
ondemand
{
includeConfig
'configs/ondemand.config'
includeConfig
'
**/
configs/ondemand.config'
}
spot
{
includeConfig
'configs/spot.config'
includeConfig
'
**/
configs/spot.config'
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment