can Jbrowse have both blat and blast search tool on the same machine?

5 views
Skip to first unread message

Michael Thang

unread,
Aug 23, 2023, 11:54:19 PM8/23/23
to apollo
Hi there,
I am wondering if the Jbrowse/Apollo allows to have both Blat and Blast as the search tool? can I do the following in the groovy.config file?

    sequence_search_tools {
        blast_nuc {
            search_exe = "/usr/local/bin/blastn"
            search_class = "org.bbop.apollo.sequence.search.blast.BlastCommandLine"
            name = "Blast nucleotide"
        }
        blast_prot {
            search_exe = "/usr/local/bin/tblastn"
            search_class = "org.bbop.apollo.sequence.search.blast.BlastCommandLine"
            name = "Blast protein to translated nucleotide"
        }
        blat_nuc {
            search_exe = "/usr/local/bin/blat"
            search_class = "org.bbop.apollo.sequence.search.blat.BlatCommandLineNucleotideToNucleotide"
            name = "Blast nucleotide"
        }
        blat_prot {
            search_exe = "/usr/local/bin/blat"
            search_class = "org.bbop.apollo.sequence.search.blat.BlatCommandLineProteinToNucleotide"
            name = "Blast protein to translated nucleotide"
        }
    }

thanks,

Nathan Dunn

unread,
Aug 24, 2023, 6:54:25 PM8/24/23
to Michael Thang, apollo
It should work. 

NAthan


--
To unsubscribe from this group and stop receiving emails from it, send an email to apollo+un...@lbl.gov.

Reply all
Reply to author
Forward
0 new messages