Skip to content

Commit

Permalink
[skip CI] feat: add versioning information to metaGEM.sh wrapper
Browse files Browse the repository at this point in the history
Version is shown by default under metaGEM logo/helpfile, remember to bump up value before new release!
  • Loading branch information
franciscozorrilla authored Feb 17, 2023
1 parent a5b7d32 commit d26adaf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions workflow/metaGEM.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/bash

# Version
VERSION="1.0.5"

# Logo
printLogo() {

echo '
echo "
=================================================================================================================================
Developed by: Francisco Zorrilla, Kiran R. Patil, and Aleksej Zelezniak___________________________________________________________
Publication: doi.org/10.1101/2020.12.31.424982___________________________/\\\\\\\\\\\\___/\\\\\\\\\\\\\\\___/\\\\____________/\\\\_
Expand All @@ -18,12 +21,12 @@ _________\///___\///___\///_____\//////////_______\/////______\////////\//____\/
=============================================================================================================================================
A Snakemake-based pipeline desinged to predict metabolic interactions directly from metagenomics data using high performance computer clusters
===============================================================================================================================================
'
Version: ${VERSION}
"

}

# Helpfile function

usage() {

printLogo
Expand Down

0 comments on commit d26adaf

Please sign in to comment.