Skip to content

Commit

Permalink
format hmmer output to tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
RZ9082 committed Mar 7, 2024
1 parent f69e2a4 commit 3ee1072
Show file tree
Hide file tree
Showing 4 changed files with 2,313 additions and 2,311 deletions.
4 changes: 3 additions & 1 deletion tools/rna_tools/cmsearch_deoverlap/cmsearch-deoverlap.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="cmsearch_deoverlap" name="CMsearch deoverlap" version="0.08+galaxy0" profile="21.05">
<tool id="cmsearch_deoverlap" name="CMsearch deoverlap" version="0.08+galaxy1" profile="21.05">
<description>removes lower scoring overlaps from cmsearch results</description>
<requirements>
<requirement type="package" version="5.26">perl</requirement>
Expand All @@ -13,9 +13,11 @@
#end if
#if $dirty:
$dirty &&
sed -i 's/ \{1,\}/\t/g' *.sort &&
mv *.sort '$matches_sort'
#end if
&&
sed -i 's/ \{1,\}/\t/g' *.deoverlapped &&
mv *.deoverlapped '$deoverlapped_matches'
]]></command>
Expand Down
Loading

0 comments on commit 3ee1072

Please sign in to comment.