Skip to content

Commit

Permalink
add cmgg ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Oct 10, 2024
1 parent 5f1407b commit 0b1d16a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,16 @@ validation {
command = "nextflow run $manifest.name -profile <docker/singularity/.../institute> --input samplesheet.csv --outdir <OUTDIR>"
fullParameter = "help_full"
showHiddenParameter = "show_hidden"

beforeText = """
-\033[2m----------------------------------------------------\033[0m-
\033[0;34m ///\033[0;32m/// \033[0m
\033[0;34m ___ __ _ _ __ __ \033[0;34m ///\033[0;32m///// \033[0m
\033[0;34m |\\ | |__ __ / ` | \\/ | / _` / _` \033[0;34m////\033[0;32m////// \033[0m
\033[0;34m | \\| | \\__, | | \\__| \\__| \033[0;34m///\033[0;32m///// \033[0m
\033[0;34m///\033[0;32m/// \033[0m
\033[0;35m ${manifest.name} ${manifest.version}\033[0m
-\033[2m----------------------------------------------------\033[0m-
"""
}
}

Expand Down

0 comments on commit 0b1d16a

Please sign in to comment.