annotate datasets_genome.xml @ 0:c6009f4d7261 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
author iuc
date Thu, 15 Jul 2021 13:31:56 +0000
parents
children 2753a5786114
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
1 <tool id="datasets-download-genome" name="NCBI datasets download genome" profile="@PROFILE@" license="@LICENSE" version="@TOOL_VERSION@">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
2 <description>Download assembled genomes from NCBI</description>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
3 <macros>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
5 </macros>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
6 <expand macro="requirements"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
7 <command><![CDATA[
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
8 @SETUP_CERTIFICATES@
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
9 datasets download genome $subcommand.download_by
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
10 #if $subcommand.download_by == 'accession':
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
11 #if $subcommand.text_or_file.text_or_file == 'text':
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
12 '$subcommand.text_or_file.accession'
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
13 #else
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
14 --inputfile '$subcommand.text_or_file.inputfile'
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
15 #end if
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
16 #else:
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
17 '$subcommand.taxon'
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
18 #end if
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
19 $annotated
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
20 $dehydrated
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
21 #if $assembly_level:
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
22 --assembly_level $assembly_level
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
23 #end if
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
24 #if $assembly_source:
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
25 --assembly_source $assembly_source
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
26 #end if
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
27 --chromosomes '$chromosomes'
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
28 @EXCLUDES_GENOME@
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
29 @INCLUDES_GENOME@
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
30 $reference
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
31 @RELEASED_BEFORE@
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
32 @RELEASED_SINCE@
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
33 #for search_term in $search:
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
34 --search '$search_term'
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
35 #end for
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
36 #if not $dehydrated:
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
37 && 7z x ncbi_dataset.zip
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
38 #end if
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
39 ]]></command>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
40 <inputs>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
41 <conditional name="subcommand">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
42 <param name="download_by" type="select" label="Choose how to find genomes to download">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
43 <option value="accession">Download by NCBI assembly or BioProject accession</option>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
44 <option value="taxon">Download by taxon</option>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
45 </param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
46 <when value="accession">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
47 <expand macro="text_or_file"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
48 </when>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
49 <when value="taxon">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
50 <param name="taxon" type="text" label="Enter taxon" help="e.g. human, mouse, bos taurs, etc."></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
51 </when>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
52 </conditional>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
53 <expand macro="annotation"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
54 <expand macro="dehydrated"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
55 <expand macro="assembly_level"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
56 <expand macro="assembly_source"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
57 <expand macro="chromosomes"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
58 <expand macro="excludes_genome"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
59 <expand macro="includes_genome"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
60 <expand macro="released_options"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
61 <expand macro="released_options" before_or_after="since"></expand>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
62 <param argument="--reference" type="boolean" truevalue="--reference" falsevalue="" label="Limit to reference and representative (GCF_ and GCA_) assemblies"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
63 <repeat name="search" title="Add search terms">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
64 <param argument="--search" type="text" label="Only include genomes that have the specified text in the searchable fields" help="Searchable fields are species and infraspecies, assembly name and submitter"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
65 </repeat>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
66 </inputs>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
67 <outputs>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
68 <data name="dehydrated_archive" format="zip" label="Dehydrated Archive" from_work_dir="ncbi_dataset.zip">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
69 <filter>dehydrated</filter>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
70 </data>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
71 <collection name="genome_fasta" label="NCBI genome datasets: genome fasta" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
72 <discover_datasets pattern="(?P&lt;identifier_0&gt;.*?)\/.*_genomic\.fna" ext="fasta" directory="ncbi_dataset/data" recurse="true" match_relative_path="true"></discover_datasets>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
73 <filter>not dehydrated and not exclude_seq</filter>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
74 </collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
75 <collection name="protein_fasta" label="NCBI genome datasets: protein fasta" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
76 <discover_datasets pattern="(?P&lt;identifier_0&gt;.*?)\/protein\.faa" ext="fasta" directory="ncbi_dataset/data" recurse="true" match_relative_path="true"></discover_datasets>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
77 <filter>not dehydrated and not exclude_protein</filter>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
78 </collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
79 <collection name="genomic_gff" label="NCBI genome datasets: genomic gff" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
80 <discover_datasets pattern="(?P&lt;identifier_0&gt;.*?)\/genomic\.gff" ext="gff3" directory="ncbi_dataset/data" recurse="true" match_relative_path="true"></discover_datasets>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
81 <filter>not dehydrated and not exclude_gff3</filter>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
82 </collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
83 <collection name="genomic_gtf" label="NCBI genome datasets: genomic gtf" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
84 <discover_datasets pattern="(?P&lt;identifier_0&gt;.*?)\/genomic\.gtf" ext="gtf" directory="ncbi_dataset/data" recurse="true" match_relative_path="true"></discover_datasets>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
85 <filter>not dehydrated and include_gtf</filter>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
86 </collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
87 <collection name="genomic_gbff" label="NCBI genome datasets: genomic gbff" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
88 <discover_datasets pattern="(?P&lt;identifier_0&gt;.*?)\/genomic\.gbff" ext="genbank" directory="ncbi_dataset/data" recurse="true" match_relative_path="true"></discover_datasets>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
89 <filter>not dehydrated and include_gbff</filter>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
90 </collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
91 </outputs>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
92 <tests>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
93 <test title="test dehydrated download by taxon">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
94 <conditional name="subcommand">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
95 <param name="download_by" value="taxon"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
96 <param name="text_or_file" value="text"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
97 <param name="taxon" value="human"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
98 </conditional>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
99 <param name="chromosomes" value="21"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
100 <param name="dehydrated" value="true"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
101 <param name="released_before" value="01/01/2018"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
102 <output name="dehydrated_archive" value="human_chrom_21_dehydrated.zip" compare="sim_size" delta="10000"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
103 </test>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
104 <test title="test download by comma-separated accession">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
105 <conditional name="subcommand">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
106 <param name="download_by" value="accession"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
107 <conditional name="text_or_file">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
108 <param name="text_or_file" value="text"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
109 <param name="accession" value="GCF_000013305.1,GCF_000007445.1"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
110 </conditional>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
111 </conditional>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
112 <param name="dehydrated" value="false"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
113 <param name="released_before" value="01/01/2007"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
114 <output_collection name="genome_fasta" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
115 <element name="GCF_000013305.1" file="GCF_000013305.1.genome.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
116 <element name="GCF_000007445.1" file="GCF_000007445.1.genome.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
117 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
118 <output_collection name="protein_fasta" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
119 <element name="GCF_000013305.1" file="GCF_000013305.1.protein.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
120 <element name="GCF_000007445.1" file="GCF_000007445.1.protein.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
121 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
122 <output_collection name="genomic_gff" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
123 <element name="GCF_000013305.1" file="GCF_000013305.1.genomic.gff" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
124 <element name="GCF_000007445.1" file="GCF_000007445.1.genomic.gff" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
125 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
126 </test>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
127 <test title="test download by accessions listed in file">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
128 <conditional name="subcommand">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
129 <param name="download_by" value="accession"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
130 <conditional name="text_or_file">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
131 <param name="text_or_file" value="file"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
132 <param name="inputfile" value="accessions.txt"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
133 </conditional>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
134 </conditional>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
135 <param name="include_gbff" value="true"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
136 <param name="include_gtf" value="true"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
137 <param name="dehydrated" value="false"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
138 <param name="released_before" value="01/01/2007"></param>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
139 <output_collection name="genome_fasta" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
140 <element name="GCF_000013305.1" file="GCF_000013305.1.genome.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
141 <element name="GCF_000007445.1" file="GCF_000007445.1.genome.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
142 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
143 <output_collection name="protein_fasta" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
144 <element name="GCF_000013305.1" file="GCF_000013305.1.protein.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
145 <element name="GCF_000007445.1" file="GCF_000007445.1.protein.fa" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
146 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
147 <output_collection name="genomic_gff" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
148 <element name="GCF_000013305.1" file="GCF_000013305.1.genomic.gff" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
149 <element name="GCF_000007445.1" file="GCF_000007445.1.genomic.gff" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
150 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
151 <output_collection name="genomic_gtf" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
152 <element name="GCF_000013305.1" file="GCF_000013305.1.genomic.gtf" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
153 <element name="GCF_000007445.1" file="GCF_000007445.1.genomic.gtf" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
154 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
155 <output_collection name="genomic_gbff" type="list">
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
156 <element name="GCF_000013305.1" file="GCF_000013305.1.genomic.gbff" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
157 <element name="GCF_000007445.1" file="GCF_000007445.1.genomic.gbff" compare="contains"/>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
158 </output_collection>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
159 </test>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
160 </tests>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
161 <help>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
162
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
163 Download a genome dataset including genome, transcript and protein sequence, annotation and a detailed data report.
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
164 Genome datasets can be specified by NCBI Assembly or BioProject accession or taxon. Datasets are downloaded as a zip file.
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
165
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
166 The default genome dataset includes the following files (if available):
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
167 * genomic.fna (genomic sequences)
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
168 * rna.fna (transcript sequences)
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
169 * protein.faa (protein sequences)
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
170 * genomic.gff (genome annotation in gff3 format)
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
171 * data_report.jsonl (data report with genome assembly and annotation metadata)
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
172 * dataset_catalog.json (a list of files and file types included in the dataset)
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
173 </help>
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
174
c6009f4d7261 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit fd91cf3000d556d8219426eddb8a3059071a2009"
iuc
parents:
diff changeset
175 </tool>