Skip to content

Commit

Permalink
fixed database tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcollins2011 committed Dec 16, 2024
1 parent da2821f commit 2dfa011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/sylph/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<when value="cached">
<param label="Select a sylph database" name="sylph_database" type="select">
<options from_data_table="sylph_databases">
<filter type="sort_by" column="3"/>
<!-- <filter type="sort_by" column="3"/> -->
<validator message="No Sylph databases are available" type="no_options" />
</options>
</param>
Expand Down
2 changes: 1 addition & 1 deletion tools/sylph/sylph_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
--min-number-kmers ${min_num_kmers}
#end if
-t \${GALAXY_SLOTS:-4}
-o $output
-o '$output'
#if $outputs:
#if $database_select.select == 'cached':
Expand Down
2 changes: 1 addition & 1 deletion tools/sylph/test-data/sylph_databases.loc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sylph_db sylph_db ${__HERE__}/sylph_db version_string
sylph_db sylph_db ${__HERE__}/sylph_db version_string

0 comments on commit 2dfa011

Please sign in to comment.