-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrun_tests.sh
More file actions
21 lines (13 loc) · 765 Bytes
/
run_tests.sh
File metadata and controls
21 lines (13 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env bash
# Step 0: Uncompress test_case.tar.gz and cd into it.
rm -rf test_case/
tar -zxvf test_case.tar.gz
cd test_case/
# run skder on test set of Cutibacterium granulosum genomes present in GTDB R214.
skder -g Cutibacterium_granulosum_Genomes_in_GTDB_R214/ -o skder_results/ -c 4 -n -i 99.0
printf "\n##############################################\n\n"
skder -t "Cutibacterium granulosum" -o skder_gtdb_results/ -c 4 -auto -s -tc
printf "\n##############################################\n\n"
cidder -g Cutibacterium_granulosum_Genomes_in_GTDB_R214/*.fna -o cidder_results/ -c 4 -n -ns
printf "\n##############################################\n\n"
skder -t "Cutibacterium granulosum" -o skder_gtdb_low_mem_results/ -c 4 -d low_mem_greedy -auto