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
1b0fc0de
Commit
1b0fc0de
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Return configs to any dir source and add symlink for nextflow.config into repo root
parent
1649add2
Pipeline
#7336
failed with stages
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nextflow.config
0 → 120000
View file @
1b0fc0de
workflow
/
nextflow
.
config
\ No newline at end of file
workflow/nextflow.config
View file @
1b0fc0de
profiles
{
standard
{
includeConfig
'
./workflow
/configs/biohpc.config'
includeConfig
'
**
/configs/biohpc.config'
}
local
{
includeConfig
'
./worlflow
/configs/local.config'
includeConfig
'
**
/configs/local.config'
}
local
{
includeConfig
'
./worlflow
/configs/cluster.config'
includeConfig
'
**
/configs/cluster.config'
}
aws
{
includeConfig
'
./worlflow
/configs/aws.config'
includeConfig
'
**
/configs/aws.config'
}
ondemand
{
includeConfig
./
worlflow
/
configs
/
ondemand
.
config
'
includeConfig
'**
/configs/ondemand.config'
}
spot
{
includeConfig
'
./worlflow
/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