Mercurial > repos > iuc > magicblast
diff magicblast.xml @ 1:aea6702a3cd5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 03f44b153a1a79a5e7304a2f73e9e9160923ee9b
author | iuc |
---|---|
date | Tue, 09 Aug 2022 12:58:39 +0000 |
parents | e6799e98c5fb |
children | 34ac212ef95e |
line wrap: on
line diff
--- a/magicblast.xml Tue Apr 05 12:11:08 2022 +0000 +++ b/magicblast.xml Tue Aug 09 12:58:39 2022 +0000 @@ -30,7 +30,7 @@ #if $db_opts.db_opts_selector == "histdb": -db '${os.path.join($db_opts.histdb.extra_files_path, "blastdb")}' #elif $db_opts.db_opts_selector == "db": - -db '${os.path.join($db_opts.database.fields.path, "blastdb")}' + -db '${db_opts.database.fields.path}' #else: #if $db_opts.subject.is_of_type('fasta.gz'): -subject <(gunzip -c '${$db_opts.subject}')