# HG changeset patch
# User iuc
# Date 1669030805 0
# Node ID a3395b1d871b2c0b3c51ccb08bfe6ee68ebe9176
# Parent 18eed8fa7f23f3f9f72e51ef8d5e65d57c8ca621
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit 3d012f702b54172f30a49543bf7e5fff2dd71f30
diff -r 18eed8fa7f23 -r a3395b1d871b datasets_genome.xml
--- a/datasets_genome.xml Wed Aug 24 13:00:58 2022 +0000
+++ b/datasets_genome.xml Mon Nov 21 11:40:05 2022 +0000
@@ -15,25 +15,28 @@
#end if
#else:
'$query.subcommand.taxon'
+ $query.subcommand.tax_exact_match
#end if
$filters.reference
$filters.annotated
#if $filters.assembly_level:
---assembly-level $filters.assembly_level
+ --assembly-level $filters.assembly_level
#end if
+--assembly-version $filters.assembly_version
#if $filters.assembly_source:
---assembly-source $filters.assembly_source
+ --assembly-source $filters.assembly_source
#end if
#if $filters.chromosomes:
---chromosomes '$filters.chromosomes'
+ --chromosomes '$filters.chromosomes'
#end if
-@EXCLUDES_GENOME@
-@INCLUDES_GENOME@
+$filters.exclude_atypical
+@INCLUDE@
@RELEASED_BEFORE@
-@RELEASED_SINCE@
+@RELEASED_AFTER@
#for search_term in $filters.search:
--search '$filters.search_term'
#end for
+--no-progressbar
#if $uncompressed
&& 7z x -y ncbi_dataset.zip
#else
@@ -51,26 +54,32 @@
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -85,53 +94,49 @@
uncompressed
-
- uncompressed
+
+ uncompressed and file_choices['include'] and "seq-report" in file_choices['include']
-
- uncompressed and not file_choices['exclude_seq']
+
+ uncompressed and file_choices['include'] and "genome" in file_choices['include']
+
+
+
+ uncompressed and file_choices['include'] and "rna" in file_choices['include']
+
+
+
+ uncompressed and file_choices['include'] and "protein" in file_choices['include']
-
- uncompressed and not file_choices['exclude_genomic_cds']
+
+ uncompressed and file_choices['include'] and "cds" in file_choices['include']
-
- uncompressed and not file_choices['exclude_gff3']
+
+ uncompressed and file_choices['include'] and "gff3" in file_choices['include']
-
-
- uncompressed and not file_choices['exclude_rna']
-
-
-
- uncompressed and not file_choices['exclude_protein']
+
+
+ uncompressed and file_choices['include'] and "gtf" in file_choices['include']
-
- uncompressed and file_choices['include_gbff']
-
-
-
- uncompressed and file_choices['include_gtf']
+
+ uncompressed and file_choices['include'] and "gbff" in file_choices['include']
-
-
-
+
+
+
-
-
-
-
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
-
-
-
-
-
-
+
@@ -190,19 +227,15 @@
-
+
-
-
+
+
-
-
-
-
-
+
-
+
@@ -219,21 +252,33 @@
-
+
-
-
+
+
-
-
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -242,59 +287,51 @@
-
+
-
-
+
+
-
-
-
-
-
+
-
-
-
-
-
-
-
+
-
+
-
-
+
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 13.35.0
+ 14.3
0
21.01
MIT
@@ -11,28 +11,25 @@
ncbi-datasets-cli
- ca-certificates
+ ca-certificates
p7zip
-
-
-
-
+
-
+
-
+
@@ -62,58 +59,47 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- $file_choices.exclude_gff3 $file_choices.exclude_genomic_cds $file_choices.exclude_protein $file_choices.exclude_rna $file_choices.exclude_seq
- $exclude_gene $exclude_protein $exclude_rna
- $exclude_protein $exclude_pdb $exclude_gpff $exclude_cds
- $exclude_seq @EXCLUDES_VIRUS_PROTEIN@
-
-
-
- $file_choices.include_gbff $file_choices.include_gtf
- $include_gbff
+
-
+
+ [0-9]{2}/[0-9]{2}/[0-9]{4}
+
#if $filters.released_before:
--released-before '$filters.released_before'
#end if
- #if $filters.released_since:
---released-since '$filters.released_since'
+ #if $filters.released_after:
+--released-after '$filters.released_after'
#end if
+
+
+
+
+
+
+
+
+
+