소스 검색

added annotation part

nicolas-zimmermann 5 년 전
부모
커밋
721e404673
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      16S_workflow.sh

+ 5 - 2
16S_workflow.sh 파일 보기

@@ -48,7 +48,10 @@ soft/vsearch --uchime_denovo fasta/prefix.fasta --nonchimeras fasta/prefix_nochi
48 48
 
49 49
 # CLUSTERING
50 50
 otu=">OTU_"
51
-vsearch --cluster_fast fasta/prefix_nochim.fasta --id 0.97 --centroids otu/centroids.fasta --relabel $otu
51
+vsearch --cluster_fast fasta/prefix_nochim.fasta --id 0.97 --centroids otu/otu.fasta --relabel $otu
52 52
 
53 53
 # ABONDANCE
54
-vsearch --usearch_global fasta/amplicon.fasta --db otu/clusters.fasta --id 0.97 --otutabout otu/abondance_table.txt
54
+vsearch --usearch_global fasta/amplicon.fasta --db otu/otu.fasta --id 0.97 --otutabout otu/abondance_table.txt
55
+
56
+# ANNOTATION
57
+soft/vsearch --usearch_global otu/otu.fasta --db databases/mock_16S_18S.fasta --id 0.97 --top_hits_only --userfields query+target --userout otu/annotation.txt