Skip to content

Commit

Permalink
Updating functions
Browse files Browse the repository at this point in the history
  • Loading branch information
justincbagley committed Dec 23, 2020
1 parent c52a136 commit e7d3f4d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion bin/FASTAsummary
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ if [[ "$MY_DEBUG_MODE_SWITCH" != "0" ]]; then set +xv; fi


############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i inputFASTA (def: NULL) input FASTA filename
Expand Down
3 changes: 2 additions & 1 deletion bin/NEXUS2MultiPHYLIP
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ echo ""


############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i inputNEXUS (def: NULL) mandatory input NEXUS file in sequential NEXUS format
Expand Down
3 changes: 2 additions & 1 deletion bin/PHYLIP2Mega
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ echo ""


############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i inputPHYLIP (def: NULL) input PHYLIP filename; run on this individual PHYLIP file
Expand Down
3 changes: 2 additions & 1 deletion bin/RogueNaRokRunner
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ echo ""


############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i inputFile (def: NULL) input DNA sequence alignment filename
Expand Down
3 changes: 2 additions & 1 deletion bin/batchRunFolders
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,8 @@ if [[ "$MY_DEBUG_MODE_SWITCH" != "0" ]]; then set +xv; fi
# MY_DEBUG_MODE_SWITCH=0

############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i, --input inputList (def: NULL) name of file containing list of input files
Expand Down
3 changes: 2 additions & 1 deletion bin/calcAlignmentPIS
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ MY_PIS_THRESHOLD_SWITCH=0
KEEP_R_FILES_SWITCH=1

############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i inputFASTA (def: NULL) input FASTA filename
Expand Down
3 changes: 2 additions & 1 deletion bin/dropRandomHap
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,8 @@ if [[ "$MY_DEBUG_MODE_SWITCH" != "0" ]]; then set +xv; fi
# MY_DEBUG_MODE_SWITCH=0

############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i, --input inputPHYLIP (def: NULL) name of input PHYLIP DNA sequence alignment file
Expand Down
3 changes: 2 additions & 1 deletion bin/dropTaxa
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@ if [[ "$MY_DEBUG_MODE_SWITCH" != "0" ]]; then set +xv; fi


############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i inputFile (def: NULL) name of input DNA sequence alignment file
Expand Down
3 changes: 2 additions & 1 deletion bin/splitPHYLIP
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ echo ""
# MY_VERBOSE_OUT_SWITCH=0

############ CREATE USAGE & HELP TEXTS
USAGE="Usage: $(basename "$0") [OPTION]...
USAGE="
Usage: $(basename "$0") [OPTION]...
${bold}Options:${reset}
-i, --input inputPHYLIP (def: NULL) input PHYLIP-formatted DNA sequence alignment file
Expand Down

0 comments on commit e7d3f4d

Please sign in to comment.