Mercurial > repos > shians > shrnaseq
changeset 14:44130e484a97
- Fixed xml file so tool actually functions
| author | shian_su <registertonysu@gmail.com> | 
|---|---|
| date | Wed, 19 Nov 2014 11:05:03 +1100 | 
| parents | 7aaa9bc23e3c | 
| children | 5a917ea5bed2 | 
| files | hairpinTool.xml | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/hairpinTool.xml Tue Oct 14 17:05:07 2014 +1100 +++ b/hairpinTool.xml Wed Nov 19 11:05:03 2014 +1100 @@ -1,4 +1,4 @@ -<tool id="shRNAseq" name="shRNAseq Tool" version="1.2.0"> +<tool id="shRNAseq" name="shRNAseq Tool" version="1.2.1"> <description> Analyse differential representation for shRNAseq and sgRNA based procedures using edgeR package from Bioconductor. @@ -15,7 +15,7 @@ </stdio> <command interpreter="Rscript"> - ampliconTool.R $inputOpt.inputType + hairpinTool.R $inputOpt.inputType #if $inputOpt.inputType=="fastq": #for $i, $fas in enumerate($inputOpt.fastq):
