Mercurial > repos > shians > shrnaseq
diff hairpinTool.xml @ 11:c0a76e30d61b
- Removed max on cpm filtering. Really shouldn't have been there in the first
place.
- Added explicit arguments to processHairpinReads in R.
author | shian_su <registertonysu@gmail.com> |
---|---|
date | Tue, 30 Sep 2014 16:36:12 +1000 |
parents | 8923d4ea858b |
children | 7aaa9bc23e3c |
line wrap: on
line diff
--- a/hairpinTool.xml Tue Aug 12 14:42:27 2014 +1000 +++ b/hairpinTool.xml Tue Sep 30 16:36:12 2014 +1000 @@ -1,4 +1,4 @@ -<tool id="shRNAseq" name="shRNAseq Tool" version="1.0.12"> +<tool id="shRNAseq" name="shRNAseq Tool" version="1.0.13"> <description> Analyse hairpin differential representation using edgeR </description> @@ -135,7 +135,7 @@ </param> <when value="yes"> - <param name="cpmReq" type="float" value="0.5" min="0" max="1" + <param name="cpmReq" type="float" value="0.5" min="0" label="Minimum CPM"/> <param name="sampleReq" type="integer" value="1" min="0"