Skip to content

Commit

Permalink
MInor changes to tool (galaxyproject#6009)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaimMomin12 authored May 16, 2024
1 parent be132b5 commit 1bb40ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tools/fastk/fastk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
-T\${GALAXY_SLOTS:-8} -Noutfiles/output -Poutfiles/ktabfiles
#if $sorted_table.sorted_table_option == 'yes_with_default':
&& Tabex outfiles/output.ktab -t${sorted_table.tabex_threshold_for_default} LIST > '$tabex_hist'
&& mv outfiles/.*.ktab* outfiles/ktabfiles
&& mv outfiles/*.ktab outfiles/ktabfiles
&& cp outfiles/.*.ktab* outfiles/ktabfiles
&& cp outfiles/*.ktab outfiles/ktabfiles
#elif $sorted_table.sorted_table_option == 'yes_with_custom':
&& Tabex outfiles/output.ktab -t${sorted_table.tabex_threshold_for_custom} LIST > '$tabex_hist'
&& mv outfiles/.*.ktab* outfiles/ktabfiles
&& mv outfiles/*.ktab outfiles/ktabfiles
&& cp outfiles/.*.ktab* outfiles/ktabfiles
&& cp outfiles/*.ktab outfiles/ktabfiles
#end if
&& tar -c -f fastk.tar ./outfiles/
]]></command>
Expand Down
2 changes: 1 addition & 1 deletion tools/fastk/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">1.0.0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@VERSION_SUFFIX@">2</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">fastk</requirement>
Expand Down

0 comments on commit 1bb40ad

Please sign in to comment.