Fixed deployed CLI import paths
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ydeng/bmlsa/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ydeng/bmlsa/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -1,7 +1,6 @@
 | 
			
		||||
from Bio.Align import PairwiseAligner, substitution_matrices
 | 
			
		||||
from exceptions import UnexpectedAlignmentResult
 | 
			
		||||
 | 
			
		||||
from datatypes import AlignedSequence
 | 
			
		||||
from bmlsa.datatypes import AlignedSequence
 | 
			
		||||
from bmlsa.exceptions import UnexpectedAlignmentResult
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def protein_align_many_to_one_ssw(sequence: str, queries: dict[str, AlignedSequence]):
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
import os
 | 
			
		||||
import argparse
 | 
			
		||||
from Bio import SeqIO
 | 
			
		||||
from aligner import protein_align_many_to_one_ssw
 | 
			
		||||
from bmlsa.aligner import protein_align_many_to_one_ssw
 | 
			
		||||
 | 
			
		||||
from persistence import read_annotations_from_csv, save_alignments_to_csv
 | 
			
		||||
from bmlsa.persistence import read_annotations_from_csv, save_alignments_to_csv
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def main():
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
import csv
 | 
			
		||||
from datatypes import AlignedSequence
 | 
			
		||||
 | 
			
		||||
from bmlsa.datatypes import AlignedSequence
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def read_annotations_from_csv(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user