File: pls2fasta.t

package info (click to toggle)
blasr 5.3.5%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,196 kB
  • sloc: cpp: 8,412; ansic: 806; python: 331; sh: 178; java: 158; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Set up 
  $ . $TESTDIR/setup.sh

Set up the executable: pls2fasta.
  $ EXEC=$TESTDIR/../pls2fasta

Test pls2fasta
Condition: the order of region tables do not match the order bax.h5 files. 
  $ $EXEC $DATDIR/test_pls2fasta.fofn $OUTDIR/test_pls2fasta.fa -regionTable $DATDIR/test_pls2fasta_rgn.fofn -trimByRegion
  [INFO] * [pls2fasta] started. (glob)
  [INFO] * [pls2fasta] ended. (glob)


Test pls2fasta output fastq
  $ $EXEC $DATDIR/ecoli_lp.fofn $OUTDIR/test_pls2fasta_ecoli.fq -trimByRegion -fastq
  [INFO] * [pls2fasta] started. (glob)
  [INFO] * [pls2fasta] ended. (glob)
  $ echo $?
  0
  $ diff $OUTDIR/test_pls2fasta_ecoli.fq $STDDIR/test_pls2fasta_ecoli.fq