Skip to content

Commit

Permalink
Rename config command for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Dec 14, 2023
1 parent dc26f1a commit 66fd2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all test help clean cleanall cluster download download_asms download_cobs match map format report viewconf conda
.PHONY: all test help clean cleanall cluster download download_asms download_cobs match map format report config conda

SHELL=/usr/bin/env bash -eo pipefail
DATETIME=$(shell date -u +"%Y_%m_%dT%H_%M_%S")
Expand Down Expand Up @@ -92,7 +92,7 @@ map: ## Map candidates to assemblies (candidates -> alignments)
## Reporting ##
###############

viewconf: ## View configuration without comments
config: ## Print configuration without comments
@cat config.yaml \
| perl -pe 's/ *#.*//g' \
| grep --color='auto' -E '.*\:'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Here's a list of all implemented commands (to be executed as `make {command}`):
###############
## Reporting ##
###############
viewconf View configuration without comments
config Print configuration without comments
report Generate Snakemake report
##########
## Misc ##
Expand Down

0 comments on commit 66fd2ad

Please sign in to comment.