# HG changeset patch # User iuc # Date 1668795717 0 # Node ID e063168e0a81acd691de322c43bb160bcaa444c9 # Parent 28587613264fd2a0d94644b27f9e5ab10505a093 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 7077bbc8c1e416f717b545c5ac18b0c8b5a066b2 diff -r 28587613264f -r e063168e0a81 macros.xml --- a/macros.xml Tue Jul 20 12:18:01 2021 +0000 +++ b/macros.xml Fri Nov 18 18:21:57 2022 +0000 @@ -1,3 +1,3 @@ - 0.2.7 + 0.2.8 diff -r 28587613264f -r e063168e0a81 ncbi_acc_download.xml --- a/ncbi_acc_download.xml Tue Jul 20 12:18:01 2021 +0000 +++ b/ncbi_acc_download.xml Fri Nov 18 18:21:57 2022 +0000 @@ -24,6 +24,9 @@ #if $molecule.format != 'featuretable' and $molecule.format != 'gff3': --extended-validation all #end if + #if $range != "" + --range $range + #end if \${accession}; failure=\$?; if [ \$failure -ne 0 ]; then @@ -73,6 +76,15 @@ + + + + + + + + + @@ -296,6 +308,25 @@ + + + + + + + + + + + + + + + + + + +