# HG changeset patch # User alperkucukural # Date 1446673618 18000 # Node ID ca68df041d0d7b841af3e7591328466c82c783ac # Parent 10db17004ffa079e65590ba8afe26f7b3ef01e20 planemo upload diff -r 10db17004ffa -r ca68df041d0d compare2sequences.xml --- a/compare2sequences.xml Wed Nov 04 15:30:22 2015 -0500 +++ b/compare2sequences.xml Wed Nov 04 16:46:58 2015 -0500 @@ -12,45 +12,14 @@ ## code chunk: Load all required libraries quietly library(CRISPRseek, quietly=TRUE, warn.conflicts=FALSE,verbose = FALSE) -compare2Sequences("${s1.inputfile}", "${s2.inputfile}", inputNames=c("Seq1", "Seq2"), REpatternFile = system.file('extdata', 'NEBenzymes.fa', package = 'CRISPRseek'), max.mismatch="${maxmismatch}", searchDirection="${a.searchDirection}", findPairedgRNAOnly=${a.fg.fpg_only}, min.gap = "${a.fg.mingap}", max.gap = "${a.fg.maxgap}", gRNA.name.prefix = "gRNA", PAM.size = "${a.PAMsize}", gRNA.size = "${a.gRNAsize}", PAM = "${a.PAM}", PAM.pattern = "${a.PAMPattern}", outputDir, weights="${a.weights}" ) +compare2Sequences("${inputfile1}", "${inputfile2}", inputNames=c("Seq1", "Seq2"), REpatternFile = system.file('extdata', 'NEBenzymes.fa', package = 'CRISPRseek'), max.mismatch="${maxmismatch}", searchDirection="both", findPairedgRNAOnly=${a.fg.fpg_only}, min.gap = "${a.fg.mingap}", max.gap = "${a.fg.maxgap}", gRNA.name.prefix = "gRNA", PAM.size = "${a.PAMsize}", gRNA.size = "${a.gRNAsize}", PAM = "${a.PAM}", PAM.pattern = "${a.PAMPattern}", outputDir="./", weights="${a.weights}" ) ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - diff -r 10db17004ffa -r ca68df041d0d tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 04 15:30:22 2015 -0500 +++ b/tool_dependencies.xml Wed Nov 04 16:46:58 2015 -0500 @@ -1,9 +1,9 @@ - - + + - - + +