Skip to content

Commit

Permalink
Update fastA2Q
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetsingh1704 committed May 13, 2020
1 parent 1f45148 commit 36ac87c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fastA2Q
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ ${RESTORE}\n#\t${YELLOW}©Abhijeet Singh${RESTORE}
#\t${YELLOW}[email protected]${RESTORE}"


# Variable for the date
DATE=$(date +"%Y%m%d_%H:%M:%S")
# Variable for the date
DATE=$(date +"%Y%m%d_%H:%M:%S")

# Setting up variables
input_file=""
output_file=""
input_file=""
output_file=""

# Defaults variables
output_file_def="fastA2Q_${DATE}.fastq"
version_def="1.0"
output_file_def="fastA2Q_${DATE}.fastq"
version_def="1.0"

# Username
user="${SUDO_USER:-${USER}}"
user="${SUDO_USER:-${USER}}"

# Defining flags

Expand Down

0 comments on commit 36ac87c

Please sign in to comment.