Skip to content

Commit

Permalink
Merge pull request #422 from ksahlin/multiblock
Browse files Browse the repository at this point in the history
Test multi-block gzip files as input
  • Loading branch information
marcelm authored May 2, 2024
2 parents f66cc35 + 2dcf215 commit f388c1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,10 @@ strobealign -C --no-PG --rg-id=1 --rg=SM:sample --rg=LB:library tests/phix.fasta
diff tests/phix.tags.sam with-tags.sam
rm with-tags.sam

# Multi-block gzip
( head -n 4 tests/phix.1.fastq | gzip ; tail -n +5 tests/phix.1.fastq | gzip ) > multiblock.fastq.gz
strobealign --no-PG --eqx --rg-id 1 --rg SM:sample --rg LB:library tests/phix.fasta multiblock.fastq.gz > multiblock.sam
diff tests/phix.se.sam multiblock.sam
rm multiblock.fastq.gz multiblock.sam

echo "Success"

0 comments on commit f388c1b

Please sign in to comment.