Skip to content

Commit

Permalink
Update FASTA2VCF
Browse files Browse the repository at this point in the history
  • Loading branch information
justincbagley committed Jan 6, 2021
1 parent 2b78b51 commit c56e538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/FASTA2VCF
Expand Up @@ -10,7 +10,7 @@
# Author: Justin C. Bagley #
# Date: Created by Justin Bagley on Fri, Mar 29 12:49:36 CDT 2019. #
# Last update: December 23, 2020 #
# Copyright (c) 2019-2020 Justin C. Bagley. All rights reserved. #
# Copyright (c) 2019-2021 Justin C. Bagley. All rights reserved. #
# Please report bugs to <jbagley@jsu.edu>. #
# #
# Description: #
Expand Down Expand Up @@ -138,7 +138,7 @@ FASTA2VCF () {

echo "INFO | $(date) |----------------------------------------------------------------"
echo "INFO | $(date) | FASTA2VCF, v1.2.1 April 2020 "
echo "INFO | $(date) | Copyright (c) 2019-2020 Justin C. Bagley. All rights reserved. "
echo "INFO | $(date) | Copyright (c) 2019-2021 Justin C. Bagley. All rights reserved. "
echo "INFO | $(date) |----------------------------------------------------------------"
echo "INFO | $(date) | Starting FASTA2VCF analysis... "
echo "INFO | $(date) | Running with the following options: "
Expand Down Expand Up @@ -430,7 +430,7 @@ Usage: $(basename "$0") [OPTION]...
Genomics, 2(4).
Created by Justin Bagley on Fri, Mar 29 12:49:36 CDT 2019.
Copyright (c) 2019-2020 Justin C. Bagley. All rights reserved.
Copyright (c) 2019-2021 Justin C. Bagley. All rights reserved.
"

if [[ -z "$*" ]]; then
Expand Down

0 comments on commit c56e538

Please sign in to comment.