comparison datasets_gene.xml @ 13:1e188c9610c3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit d3fa7b70aa028f527a1dbbb210c172c637dfd4d9
author iuc
date Fri, 09 Dec 2022 15:11:16 +0000
parents d78faac2c6ef
children 75acf92c8fd5
comparison
equal deleted inserted replaced
12:d78faac2c6ef 13:1e188c9610c3
1 <tool id="datasets_download_gene" name="NCBI Datasets Gene" profile="@PROFILE@" license="@LICENSE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="datasets_download_gene" name="NCBI Datasets Gene" profile="@PROFILE@" license="@LICENSE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>download gene sequences and metadata</description> 2 <description>download gene sequences and metadata</description>
3 <expand macro="bio_tools"/>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <expand macro="requirements"></expand> 7 <expand macro="requirements"></expand>
8 <expand macro="version_command"/> 8 <expand macro="version_command"/>
9 <command><![CDATA[ 9 <command><![CDATA[
10 #import re 10 #import re
11 @SETUP_CERTIFICATES@ 11 @SETUP_CERTIFICATES@
533 nucleotide coding sequences, 5'-UTR, 3'-UTR) as well as gene and gene 533 nucleotide coding sequences, 5'-UTR, 3'-UTR) as well as gene and gene
534 product reports. Genes can be referred by gene id, symbol, accession, 534 product reports. Genes can be referred by gene id, symbol, accession,
535 or taxon. 535 or taxon.
536 ]]> 536 ]]>
537 </help> 537 </help>
538 <expand macro="citations"/>
538 </tool> 539 </tool>