File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
2
- rdmd --compiler=ldmd2 -unittest -IBioD BioD/test/unittests.d
3
-
4
1
./build/sambamba sort -t2 -n BioD/test/data/ex1_header.bam -o ex1_header.nsorted.bam
2
+ ./build/sambamba view -t2 ex1_header.nsorted.bam | cut -f1 | LC_COLLATE=C sort -c
5
3
./build/sambamba sort -t2 ex1_header.nsorted.bam -o ex1_header.sorted.bam
6
4
./build/sambamba index -t2 ex1_header.sorted.bam
7
5
./build/sambamba slice ex1_header.sorted.bam chr1 -o /dev/null
8
- ./build/sambamba view -c ex1_header.sorted.bam chr2 > /dev/null
9
- ./build/sambamba view -c ex1_header.sorted.bam ' * ' > /dev/null
10
- rm ex1_header* bam
6
+ ./build/sambamba view -c ex1_header.sorted.bam chr2
7
+ ./build/sambamba view -c ex1_header.sorted.bam chr1
8
+ ./build/sambamba view -c ex1_header.sorted. bam ' * '
You can’t perform that action at this time.
0 commit comments