Entering edit mode
                    11.0 years ago
        Bioaln
        
    
        ▴
    
    360
    Hello, I've been recently trying to use the BioJava's BLAST implementation but in vain. I'm using the maven
repository yet these imports give me error:
these biojava3 imports cannot be resolved:
import biojava3-ws.target.classes.org.biojava3.ws.alignment.qblast.BlastProgramEnum;
import biojava3-ws.target.classes.org.biojava3.ws.alignment.qblast.NCBIQBlastAlignmentProperties;
import biojava3-ws.target.classes.org.biojava3.ws.alignment.qblast.NCBIQBlastOutputProperties;
import biojava3-ws.target.classes.org.biojava3.ws.alignment.qblast.NCBIQBlastService;
How do I handle this problem?