Previous changeset 13:7aaa9bc23e3c (2014-10-14) Next changeset 15:5a917ea5bed2 (2015-01-12) |
Commit message:
- Fixed xml file so tool actually functions |
modified:
hairpinTool.xml |
b |
diff -r 7aaa9bc23e3c -r 44130e484a97 hairpinTool.xml --- a/hairpinTool.xml Tue Oct 14 17:05:07 2014 +1100 +++ b/hairpinTool.xml Wed Nov 19 11:05:03 2014 +1100 |
b |
@@ -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): |