Skip to content

Commit

Permalink
Added an echo of the command used to run the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hepcat72 committed Aug 13, 2015
1 parent 4eb8d06 commit 6899025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/run_CFF_on_FastQ.tcsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 7,7 @@

# * - Usually 64, details: http://drive5.com/usearch/manual/fastq_params.html

setenv MYARGV `echo "$argv"`
setenv STARTTIME `perl -e 'print(scalar(time()))'`
setenv TRIMLEN `echo "$argv" | cut -f 1 -d " "`
setenv ASCII `echo "$argv" | cut -f 2 -d " "` #Either 33 or 64*
Expand Down Expand Up @@ -66,6 67,8 @@ if ( -e $ANALDIR ) then
exit
endif

echo
echo "$0 $MYARGV"
echo
echo "RUNNING run_CFF_on_FastQ.tcsh"
echo "-----------------------------"
Expand Down

0 comments on commit 6899025

Please sign in to comment.