From 2dd12dc4b078ed9f8c2cbfc1cfc19a361812753b Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Sun, 19 Nov 2023 19:33:41 +0100 Subject: [PATCH] get_species_taxids: fix sed there seem to be now spaces around `:` also add some quotes --- tools/ncbi_blast_plus/get_species_taxids.xml | 8 ++++---- tools/ncbi_blast_plus/ncbi_macros.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/ncbi_blast_plus/get_species_taxids.xml b/tools/ncbi_blast_plus/get_species_taxids.xml index 5d46d8f2..7b3b0444 100644 --- a/tools/ncbi_blast_plus/get_species_taxids.xml +++ b/tools/ncbi_blast_plus/get_species_taxids.xml @@ -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 --git a/tools/ncbi_blast_plus/ncbi_macros.xml b/tools/ncbi_blast_plus/ncbi_macros.xml index d7b596f3..a1ee2d07 100644 --- a/tools/ncbi_blast_plus/ncbi_macros.xml +++ b/tools/ncbi_blast_plus/ncbi_macros.xml @@ -1,6 +1,6 @@ 2.14.1 - 0 + 1 16.10