File: test.sh

package info (click to toggle)
hinge 0.5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,972 kB
  • sloc: cpp: 9,480; ansic: 8,826; python: 5,023; sh: 340; makefile: 10
file content (31 lines) | stat: -rwxr-xr-x 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
pwd=$PWD
cd $pwd/DAZZ_DB
make clean && make -j 8

cd $pwd/DALIGNER
make clean && make -j 8

cd $pwd/DASCRUBBER
make clean && make -j 8

cd $pwd
source setup.sh

mkdir $pwd/data
cd $pwd/data

#rm -rf *
rm G.*
simulator 1.0 -c50. >G.fasta
fasta2DB G G.fasta
DBsplit -s20 G
HPCdaligner G | csh -v 
rm G.*.G.*.las
LAmerge G G.*.las
DASqv -c50 G G.las

touch log.txt
LAInterface_test>log.txt
Consensus_test>log.txt
LAInterface_test_2DB>log.txt