Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!127
Resolve "Fix typo in nextflow config for testing"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Fix typo in nextflow config for testing"
bugfix/130-fix-typo-in-nextflow-config-for-testing
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Daniel Göbel
requested to merge
bugfix/130-fix-typo-in-nextflow-config-for-testing
into
main
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#130 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
2b2fa0a5
1 commit,
9 months ago
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/workflows/modals/ArbitraryWorkflowModal.vue
+
2
−
2
Options
@@ -181,7 +181,7 @@ docker {
@@ -181,7 +181,7 @@ docker {
}
}
// Disable unwanted features
// Disable unwanted features
conda.enabled =
F
alse
conda.enabled =
f
alse
weblog.enabled = false
weblog.enabled = false
shifter.enabled = false
shifter.enabled = false
singularity.enabled = false
singularity.enabled = false
@@ -303,7 +303,7 @@ docker {
@@ -303,7 +303,7 @@ docker {
}
}
// Disable unwanted features
// Disable unwanted features
conda.enabled =
F
alse
conda.enabled =
f
alse
tower.enabled = false
tower.enabled = false
weblog.enabled = false
weblog.enabled = false
shifter.enabled = false
shifter.enabled = false
Loading