# HG changeset patch # User brinkmanlab # Date 1604884190 0 # Node ID 67447b96c3ffb3c8a6d1b355dbffd477dcc0b783 # Parent 69186a3c9e76bc451114321b662f1d2c9ffcbe2d "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/microbedb commit 5c194fba785b48181a68d413b2f70eaca23ff6db" diff -r 69186a3c9e76 -r 67447b96c3ff all_fasta.xml --- a/all_fasta.xml Fri Nov 06 23:56:33 2020 +0000 +++ b/all_fasta.xml Mon Nov 09 01:09:50 2020 +0000 @@ -16,7 +16,7 @@ #import os.path 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' + && touch $__app__.config.builds_file_path && sqlite3 -readonly $db < '$builds_sql' #end if ]]>