# HG changeset patch # User iuc # Date 1768403101 0 # Node ID bc18e25d420411736c7257943b68ac91fbab00b9 # Parent 94e32337ba5451ac1c14b3f1ae6283f159c8f744 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ncbi_datasets commit 5563c48ba342dbd3ef5dedf7254bfd5cb586ba65 diff -r 94e32337ba54 -r bc18e25d4204 datasets_genome.xml --- a/datasets_genome.xml Fri Dec 26 17:17:02 2025 +0000 +++ b/datasets_genome.xml Wed Jan 14 15:05:01 2026 +0000 @@ -65,20 +65,19 @@ ## rehydrate && datasets rehydrate --directory ./ - #if not $file_choices.decompress - --gzip - #end if + --gzip --max-workers \${NCBI_DATASETS_MAX_WORKERS:-10} ## rename all faa, fna (resp faa.gz, fna.gz) to fasta (resp fasta.gz) to allow discovery && find ncbi_dataset \( -name "*.faa" -o -name "*.fna" -o -name "*.faa.gz" -o -name "*.fna.gz" \) -exec sh -c 'mv {} \$(echo {} | sed "s/.f[an]a\(.gz\)\?\$/.fasta\1/")' \; ## unzip all compressed (non-fasta) files (jsonl files are just named .gz) - ## note "not decompress" means that the datasets are provided uncompressed (datasets rehydrate is called we --gzip) + ## note "not decompress" means that the datasets are provided uncompressed (datasets rehydrate is called with --gzip) ## in this case we need to decompress all datasets that don't have a Galaxy datatype allowing for compression && find ncbi_dataset -name "*.jsonl.gz" -exec sh -c 'mv {} \$(dirname {})/\$(basename {} .gz)' \; - #if not $file_choices.decompress - && find ncbi_dataset \( -name "*.gz" ! -name "*fasta.gz" \) -exec gunzip {} \; + && find ncbi_dataset \( -name "*.gz" ! -name "*fasta.gz" \) -exec gunzip {} \; + #if $file_choices.decompress + && find ncbi_dataset -name "*fasta.gz" -exec gunzip {} \; #end if #if "seq-report" in $file_choices.include @@ -174,38 +173,43 @@ +
- - + +
-
- + + - - + + - - + + - + @@ -485,11 +489,20 @@ +
+ +
+
+ + +
+ +
@@ -498,6 +511,9 @@
+ +
+
@@ -507,7 +523,8 @@
- + +
diff -r 94e32337ba54 -r bc18e25d4204 macros.xml --- a/macros.xml Fri Dec 26 17:17:02 2025 +0000 +++ b/macros.xml Wed Jan 14 15:05:01 2026 +0000 @@ -1,5 +1,5 @@ - 18.13.0 + 18.14.0 0 23.0 MIT @@ -11,7 +11,7 @@ ncbi-datasets-cli - ca-certificates + ca-certificates @@ -380,7 +380,7 @@ - [0-9]{2}/[0-9]{2}/[0-9]{4} + #if $filters.released_before: