Mercurial > repos > rnateam > blockclust
diff blockclust.xml @ 13:dbb6ee3179bc draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/blockclust commit 6957c96f98dea265503f4e126d4aaa6f8c2e1d2e
author | bgruening |
---|---|
date | Sat, 04 Nov 2023 10:07:58 +0000 |
parents | aab6cf87b40a |
children |
line wrap: on
line diff
--- a/blockclust.xml Mon Nov 19 08:10:14 2018 -0500 +++ b/blockclust.xml Sat Nov 04 10:07:58 2023 +0000 @@ -1,7 +1,7 @@ -<tool id="blockclust" name="BlockClust" version="1.1.0"> +<tool id="blockclust" name="BlockClust" version="1.1.1"> <description>efficient clustering and classification of non-coding RNAs from short read RNA-seq profiles</description> <requirements> - <requirement type="package" version="1.1.0">blockclust</requirement> + <requirement type="package" version="1.1.1">blockclust</requirement> </requirements> <version_command>blockclust.py -v</version_command> <command detect_errors="aggressive"><![CDATA[ @@ -131,8 +131,8 @@ <param name="reads_bam" value="test.bam"/> <output name="tags_bed"> <assert_contents> - <has_text_matching expression="chr6\t26555497\t26555527\ttag_10|1|19\t0.052632\t+" /> - <has_text_matching expression="chr11\t122017275\t122017297\ttag_30|1|3\t0.333333\t-" /> + <has_text_matching expression="chr6\t26555497\t26555527\ttag_10\|1\|19\t0.052632\t\+" /> + <has_text_matching expression="chr11\t122017275\t122017297\ttag_30\|1\|3\t0.333333\t-" /> </assert_contents> </output> </test>