Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
QuaC
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
center-for-computational-genomics-and-data-science
public
QuaC
Merge requests
!5
Explicit conda env
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Explicit conda env
explicit_conda_env
into
flexible_input_reqts
Overview
0
Commits
13
Pipelines
0
Changes
16
Closed
Manavalan Gajapathy
requested to merge
explicit_conda_env
into
flexible_input_reqts
2 years ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
7fd7cd0b
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7fd7cd0b
minor formatting fix
· 7fd7cd0b
Manavalan Gajapathy
authored
3 years ago
workflow/rules/common.smk
+
1
−
1
Options
@@ -97,7 +97,7 @@ def aggregate_rename_configs(rename_config_files, outfile):
return None
########################## Configs from CLI ##########################
OUT_DIR = Path(config["out_dir"])
PROJECT_NAME = config["project_name"]
Loading