galaxy-dist commit 5244ad54beba: Make descriptions more concise (don't need to repeat infor from name)
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User peterjc <p.j.a.cock@googlemail.com> # Date 1285670784 -3600 # Node ID 5244ad54bebadf57e8bede36643afa49c58ac579 # Parent 6dd6224f571deb34c01c7fd0c3c4daccf948eda1 Make descriptions more concise (don't need to repeat infor from name) --- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml +++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml @@ -1,5 +1,5 @@ <tool id="ncbi_blastn_wrapper" name="NCBI BLAST+ blastn" version="0.0.1"> - <description>Use NCBI BLAST+ tool to search a nucleotide database with nucleotide query sequence(s)</description> + <description>Search nucleotide database with nucleotide query sequence(s)</description><command> blastn -query "$query" --- a/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml +++ b/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml @@ -1,5 +1,5 @@ <tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.0.1"> - <description>Use NCBI BLAST+ tool to search a protein database with protein query sequence(s)</description> + <description>Search protein database with protein query sequence(s)</description><command> blastp -query "$query"
participants (1)
-
commits-noreply@bitbucket.org