예제 #1
0
 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
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
 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)