Skip to content

Commit

Permalink
Edit: edited usage text.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinasim committed Nov 22, 2023
1 parent d20bb11 commit 7ee9bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hifiadapterfiltFCS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ outdir=$(pwd)

# Function to display script usage
usage() {
echo "Usage: ./hifiadapterfiltFCS.sh -f <FCS adapter output file> -r <HiFi reads file> [-t] [-o] [-c] [-v]"
echo "Usage: ./hifiadapterfiltFCS.sh -f <FCS adapter output file (fcs_adaptor_report.txt)> -r <HiFi reads file> [-t] [-o] [-c] [-v]"
echo "Options:"
echo " -f <fcs file>: Required FCS adapter output file"
echo " -f <fcs file>: Required FCS adapter output file (fcs_adaptor_report.txt)"
echo " -r <sequence file>: Required equence file"
echo " -t: Optional number of threads (Default=8)"
echo " -o: Optional output directory (Default=.)"
Expand Down

0 comments on commit 7ee9bec

Please sign in to comment.