Skip to content

Commit 8927631

Browse files
committed
Add missed diamond run file
1 parent 4c66bbd commit 8927631

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scratches/ENA_gut/diamond_run.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
diamond makedb --in /Nancy/data/input/RNA/ENA_gut/db/mgy_clusters.fa -d mgy --threads 16
4+
for mode in 'rna' 'meta' 'rnaviral'
5+
do
6+
diamond blastp -d mgy -q ${mode}_rep_seq.fasta -o ${mode}.matches.m8 --query-cover 50 --id 50 --threads 16
7+
done

0 commit comments

Comments
 (0)