Mercurial > repos > drosofff > fetch_fasta_from_ncbi
comparison retrieve_fasta_from_NCBI.xml @ 3:a9d8f69d59fb draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/fetch_fasta_from_ncbi commit b6de14061c479f0418cd89e26d6f5ac26e565a07
author | drosofff |
---|---|
date | Wed, 09 Nov 2016 11:27:31 -0500 |
parents | befdb392fece |
children | 64f45c5e94a0 |
comparison
equal
deleted
inserted
replaced
2:befdb392fece | 3:a9d8f69d59fb |
---|---|
1 <tool id="retrieve_fasta_from_NCBI" name="Retrieve FASTA from NCBI" version="0.9.4"> | 1 <tool id="retrieve_fasta_from_NCBI" name="Retrieve FASTA from NCBI" version="0.9.4"> |
2 <description></description> | 2 <description></description> |
3 <command interpreter="python">retrieve_fasta_from_NCBI.py -i "$queryString" -d $dbname -o $outfilename -l $logfile </command> | 3 <command><![CDATA[ |
4 python '$__tool_directory__'/retrieve_fasta_from_NCBI.py | |
5 -i "$queryString" | |
6 -d $dbname | |
7 -o '$outfilename' | |
8 -l '$logfile' | |
9 ]]></command> | |
4 | 10 |
5 <inputs> | 11 <inputs> |
6 <param name="queryString" type="text" size="5x80" area="True" value="txid10239[orgn] NOT txid131567[orgn] AND complete[all] NOT partial[title] NOT phage[title]" label="Query to NCBI in entrez format" help="exemple:'Drosophila melanogaster[Organism] AND Gcn5[Title]"> | 12 <param name="queryString" type="text" size="5x80" area="True" value="txid10239[orgn] NOT txid131567[orgn] AND complete[all] NOT partial[title] NOT phage[title]" label="Query to NCBI in entrez format" help="exemple:'Drosophila melanogaster[Organism] AND Gcn5[Title]"> |
7 <sanitizer> | 13 <sanitizer> |
8 <valid initial="string.printable"> | 14 <valid initial="string.printable"> |
49 | 55 |
50 This Galaxy tool has been adapted from the galaxy tool `get_fasta_from_taxon`_. | 56 This Galaxy tool has been adapted from the galaxy tool `get_fasta_from_taxon`_. |
51 | 57 |
52 It is Copyright © 2014-2015 `CNRS and University Pierre et Marie Curie`_ and is released under the `MIT license`_. | 58 It is Copyright © 2014-2015 `CNRS and University Pierre et Marie Curie`_ and is released under the `MIT license`_. |
53 | 59 |
54 .. _Entrez help: http://www.ncbi.nlm.nih.gov/books/NBK3837/#EntrezHelp.Entrez_Searching_Options | 60 .. _Entrez help: https://www.ncbi.nlm.nih.gov/books/NBK3837/#EntrezHelp.Entrez_Searching_Options |
55 .. _get_fasta_from_taxon: https://toolshed.g2.bx.psu.edu/view/crs4/get_fasta_from_taxon | 61 .. _get_fasta_from_taxon: https://toolshed.g2.bx.psu.edu/view/crs4/get_fasta_from_taxon |
56 .. _CNRS and University Pierre et Marie Curie: http://www.ibps.upmc.fr/en | 62 .. _CNRS and University Pierre et Marie Curie: http://www.ibps.upmc.fr/en |
57 .. _MIT license: http://opensource.org/licenses/MIT | 63 .. _MIT license: http://opensource.org/licenses/MIT |
58 | 64 |
59 </help> | 65 </help> |