forked from peterjc/galaxy_blast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.tool_conf.xml
29 lines (29 loc) · 1.42 KB
/
.travis.tool_conf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<toolbox>
<section name="Get Data" id="getext">
<tool file="data_source/upload.xml"/>
</section>
<section name="Continuous-Integration" id="Travis">
<!-- Container section for tools to be tested using TravisCI -->
<tool file="blastxml_to_top_descr/blastxml_to_top_descr.xml" />
<tool file="ncbi_blast_plus/ncbi_blastn_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_blastp_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_blastx_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_tblastn_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_tblastx_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_dustmasker_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_makeblastdb.xml" />
<!-- No tests yet (trying gives an error from the framework)
or missing a dependency like cdd_blast database for deltablast
<tool file="ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_blastdbcmd_info.xml" />
<tool file="ncbi_blast_plus/ncbi_rpsblast_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_psiblast_wrapper.xml" />
<tool file="ncbi_blast_plus/ncbi_deltablast_wrapper.xml" />
<tool file="reciprocal_best_hits/reciprocal_best_hits.xml" />
-->
<tool file="ncbi_blast_plus/blastxml_to_tabular.xml" />
<tool file="blast2go/blast2go.xml" />
</section>
</toolbox>