Mercurial > repos > bgruening > diamond
diff diamond_makedb.xml @ 7:62c9df8382c2 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diamond commit b2d290a8b609ebbc7f4b93716370143c41062ad4"
author | bgruening |
---|---|
date | Tue, 03 Dec 2019 17:40:05 -0500 |
parents | 64be1ac21109 |
children | 54f751e413f4 |
line wrap: on
line diff
--- a/diamond_makedb.xml Thu Sep 27 06:30:30 2018 -0400 +++ b/diamond_makedb.xml Tue Dec 03 17:40:05 2019 -0500 @@ -1,4 +1,4 @@ -<tool id="bg_diamond_makedb" name="Diamond makedb" version="@VERSION@"> +<tool id="bg_diamond_makedb" name="Diamond makedb" version="@VERSION@" profile="19.01"> <description>Build database from a FASTA file</description> <macros> <import>macros.xml</import> @@ -73,9 +73,9 @@ .. _DIAMOND: http://ab.inf.uni-tuebingen.de/software/diamond/ -- taxonmap: Path to mapping file that maps NCBI protein accession numbers to taxon ids (gzip compressed). This parameter is optional and needs to be supplied in order to provide taxonomy features. The file can be downloaded from NCBI: ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/accession2taxid/prot.accession2taxid.gz +- taxonmap: Path to mapping file that maps NCBI protein accession numbers to taxon ids (gzip compressed). This parameter is optional and needs to be supplied in order to provide taxonomy features. The file can be downloaded from NCBI: ftp.ncbi.nlm.nih.gov/pub/taxonomy/accession2taxid/prot.accession2taxid.gz -- taxonnodes: Path to the nodes.dmp file from the NCBI taxonomy. This parameter is optional and needs to be supplied in order to provide taxonomy features. The file is contained within this archive downloadable at NCBI: ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdmp.zip +- taxonnodes: Path to the nodes.dmp file from the NCBI taxonomy. This parameter is optional and needs to be supplied in order to provide taxonomy features. The file is contained within this archive downloadable at NCBI: ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdmp.zip ]]> </help>