Mercurial > repos > iuc > magicblast
diff magicblast.xml @ 1:3db0c572fb04 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:00 +0000 |
| parents | 0aa444798f96 |
| children | c02930677dc7 |
line wrap: on
line diff
--- a/magicblast.xml Tue Apr 05 12:10:32 2022 +0000 +++ b/magicblast.xml Tue Aug 09 12:58:00 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}')
