8 lines
71 B
Bash
Executable File
8 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
cd fast-aligner
|
|
make -j2
|
|
cd ../tests
|
|
./addFastAlignedTM.sh
|