# HG changeset patch # User brinkmanlab # Date 1604704061 0 # Node ID 7b432c6ff465af0960e409c8288b37e6f85bab05 # Parent 258826db829182a52d463efec6da41a4275c114b "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/microbedb commit 2b1f9519ca843b0f269b19c9b81506640bb4aa36" diff -r 258826db8291 -r 7b432c6ff465 all_fasta.xml --- a/all_fasta.xml Fri Nov 06 21:26:52 2020 +0000 +++ b/all_fasta.xml Fri Nov 06 23:07:41 2020 +0000 @@ -14,9 +14,9 @@ sqlite3 --version '$output'; + sqlite3 -readonly $db '.param set :basepath ${os.path.dirname(str($db))}' '.read $__tool_directory__/all_fasta.sql' > '$output' #if $builds - sqlite3 -readonly $db < '$builds_sql' + && sqlite3 -readonly $db < '$builds_sql' #end if ]]>