소스 검색

added otu table creation

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

+ 1 - 1
16S_workflow.sh 파일 보기

@@ -51,4 +51,4 @@ otu=">OTU_"
51 51
 vsearch --cluster_fast fasta/prefix_nochim.fasta --id 0.97 --centroids otu/centroids.fasta --relabel $otu
52 52
 
53 53
 # ABONDANCE
54
-
54
+vsearch --usearch_global fasta/amplicon.fasta --db otu/clusters.fasta --id 0.97 --otutabout otu/abondance_table.txt