# HG changeset patch # User peterjc # Date 1700434659 0 # Node ID d999e774072a28dd8225257dad10633777818b80 # Parent a52d2d93e595a64df07d950c28120eeb1759a273 Fix for get_species_taxids diff -r a52d2d93e595 -r d999e774072a tools/ncbi_blast_plus/get_species_taxids.xml --- a/tools/ncbi_blast_plus/get_species_taxids.xml Thu Oct 26 12:25:07 2023 +0000 +++ b/tools/ncbi_blast_plus/get_species_taxids.xml Sun Nov 19 22:57:39 2023 +0000 @@ -7,17 +7,17 @@ &2 echo "could not find taxid for $name" && exit 1; else echo " $name -> \$taxid"; fi && - get_species_taxids.sh -t \$taxid >> species_ids.txt && + get_species_taxids.sh -t "\$taxid" >> species_ids.txt && #end for #else #for taxid in $type_cond.ids.split(',') - get_species_taxids.sh -t $taxid >> species_ids.txt && + get_species_taxids.sh -t "$taxid" >> species_ids.txt && #end for #end if sort -n -u species_ids.txt > '$output' diff -r a52d2d93e595 -r d999e774072a tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Thu Oct 26 12:25:07 2023 +0000 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Sun Nov 19 22:57:39 2023 +0000 @@ -1,6 +1,6 @@ 2.14.1 - 0 + 1 16.10