Skip to content
Snippets Groups Projects

User configurable hardware resources

Merged Manavalan Gajapathy requested to merge qualimap_bamqc-cluster-config into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -97,7 +97,7 @@ def aggregate_rename_configs(rename_config_files, outfile):
@@ -97,7 +97,7 @@ def aggregate_rename_configs(rename_config_files, outfile):
return None
return None
########################## Configs from CLI ##########################
########################## Configs from CLI ##########################
OUT_DIR = Path(config["out_dir"])
OUT_DIR = Path(config["out_dir"])
PROJECT_NAME = config["project_name"]
PROJECT_NAME = config["project_name"]
Loading