Skip to content

Commit

Permalink
Update tools/sfold/sfold.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Amirhossein <[email protected]>
  • Loading branch information
reytakop and nilchia authored Nov 25, 2024
1 parent 0ce1f16 commit 1fb56ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sfold/sfold.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<collection name="sfold_cluster_out" type="list" label="${tool.name} on ${on_string}: sfold cluster log files">
<discover_datasets pattern="(?P&lt;name&gt;.+)\.out$" format="txt" directory="output/clusters"/>
<discover_datasets pattern="(?P&lt;name&gt;.+)\.list$" format="txt" directory="output/clusters"/>
<filter>'clusters' in output_selector and 'log' in output_selector</filter>
<filter>'clusters' in output_selector</filter>
</collection>
<collection name="sfold_cluster_bp" type="list" label="${tool.name} on ${on_string}: sfold cluster bp files">
<discover_datasets pattern="(?P&lt;name&gt;.+)\.bp$" format="txt" directory="output/clusters"/>
Expand Down

0 comments on commit 1fb56ce

Please sign in to comment.