Skip to content

Commit

Permalink
Add ascii logo (like a nerd!)
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Oct 11, 2019
1 parent 648b8ac commit 0a6f18d
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions lib/Helper.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ class Help {
static def start_info(Map info, String time, String profile, String version) {

println ""
println "============================================================"
println " D E N - I M"
println "============================================================"
println "========================================================================================"
println " %"
println " % % %"
println " %%%%%%%%%%% %%%%%%%%%% %%%%%%%%% %%%% %% %%% %%%%% %%%%"
println " % %%%%%%%%%%%%%%% % %%% %%% %%% %%%%% %% %%% %%%%% %%%%%"
println " %%%%%%%%%%%%%%% %%% %%% %%%%%%%%% %%% %%% %% %%% %%%%%% %%%%%%"
println "% %%%%%%%%%%%%%%%%% % %%% %%% %%% %%% %%% %% %%%%%% %%% %%% %%% %% %%%"
println " %%%%%%%%%%%%%%% %%% %%% %%% %%% %%%%% %%% %%% %%%% %%%"
println " % %%%%%%%%%%%%%%% % %%%%%%%%%% %%%%%%%%%% %%% %%%% %%% %%% %%%% %%%"
println " %%%%%%%%%"
println " % % %"
println " %"
println "========================================================================================"
println ""
if (info.containsKey("fastq")){
int nsamples = info.fastq / 2
Expand Down Expand Up @@ -45,9 +55,19 @@ class Help {
static def print_help(Map params) {

println ""
println "============================================================"
println " D E N - I M"
println "============================================================"
println "========================================================================================"
println " %"
println " % % %"
println " %%%%%%%%%%% %%%%%%%%%% %%%%%%%%% %%%% %% %%% %%%%% %%%%"
println " % %%%%%%%%%%%%%%% % %%% %%% %%% %%%%% %% %%% %%%%% %%%%%"
println " %%%%%%%%%%%%%%% %%% %%% %%%%%%%%% %%% %%% %% %%% %%%%%% %%%%%%"
println "% %%%%%%%%%%%%%%%%% % %%% %%% %%% %%% %%% %% %%%%%% %%% %%% %%% %% %%%"
println " %%%%%%%%%%%%%%% %%% %%% %%% %%% %%%%% %%% %%% %%%% %%%"
println " % %%%%%%%%%%%%%%% % %%%%%%%%%% %%%%%%%%%% %%% %%%% %%% %%% %%%% %%%"
println " %%%%%%%%%"
println " % % %"
println " %"
println "========================================================================================"
println ""
println ""
println "Usage: "
Expand Down

0 comments on commit 0a6f18d

Please sign in to comment.