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
c202fca2
Commit
c202fca2
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Remove any folder from nextflow.config
parent
2b39bbd1
Pipeline
#7340
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/nextflow.config
View file @
c202fca2
profiles
{
standard
{
includeConfig
'
**/
configs/biohpc.config'
includeConfig
'configs/biohpc.config'
}
biohpc
{
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