Skip to content

Commit

Permalink
Added the first FASTQ test based on the bash function
Browse files Browse the repository at this point in the history
  • Loading branch information
greatfireball committed May 12, 2016
1 parent 7eadb17 commit 2a0a7a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion t/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -f "$TEMPFILENAME"*;

TESTCOUNTER=1;

TOTAL_NUMBER_OF_TESTS=7
TOTAL_NUMBER_OF_TESTS=8

echo "$TESTCOUNTER..$TOTAL_NUMBER_OF_TESTS"

Expand Down Expand Up @@ -101,7 +101,16 @@ test_SeqChunker "FASTA: split last first" "$SC -n 1000 -f 1000 -l 1000 $EC -o $T
test_SeqChunker "FASTA: split file as preparation (same as split file test)" "$SC -n 20 $EC -o $TEMPFILENAME.$TESTCOUNTER.%02d"
test_SeqChunker "FASTA: split first last step" "$SC -n 20 -x 5 -y 2 -f 2 -l 12 $EC -o tmp.$TC.%02d" "AGAINST_LAST_RUN"

##----------------------------------------------------------------------------##
#
# Run FASTQ test scripts
#
##----------------------------------------------------------------------------##

# define input file
EC="$DIR/ec.fq"

test_SeqChunker "FASTQ: split pipe" "$SC -n 10 $EC" "PIPE"

##----------------------------------------------------------------------------##

Expand Down

0 comments on commit 2a0a7a5

Please sign in to comment.