コード例 #1
0
ファイル: unifrac.py プロジェクト: Biocodings/illumitag
 def align_clustalo(self):
     """Step 1 with clustalo"""
     self.centers_aligned.remove()
     sh.clustalo('-i', self.tax.centers, '--profile1', reference, '-o',
                 self.clustalo_aligned, '--threads', 16)
コード例 #2
0
ファイル: silvamod.py プロジェクト: Xiuying/illumitag
def align():
    """A function to align the silvamod 16S database"""
    sh.clustalo("-i", amplified, "-o", aligned)
コード例 #3
0
def align():
    """A function to align the silvamod 16S database"""
    sh.clustalo('-i', amplified, '-o', aligned)
コード例 #4
0
ファイル: unifrac.py プロジェクト: Xiuying/illumitag
 def align_clustalo(self):
     """Step 1 with clustalo"""
     self.centers_aligned.remove()
     sh.clustalo('-i', self.tax.centers, '--profile1', reference, '-o', self.clustalo_aligned, '--threads', 16)