diff test-data/archaea_relplot.scr @ 4:4839df2b2f6b draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/locarna commit 94c141a71ef115279f1090f782b6f5cdeea9c277
author bgruening
date Mon, 19 Aug 2024 18:52:50 +0000
parents f3f08a777c10
children
line wrap: on
line diff
--- a/test-data/archaea_relplot.scr	Mon Dec 05 14:29:12 2022 +0000
+++ b/test-data/archaea_relplot.scr	Mon Aug 19 18:52:50 2024 +0000
@@ -1,4 +1,4 @@
-pdf("/tmp/tmp5yxSuG/files/000/dataset_2.dat",width=12,height=4,version="1.4")
+pdf("/tmp/tmpewnb251n/job_working_directory/000/2/outputs/dataset_a612ea0e-aca2-4d90-987a-39141bc61f36.dat",width=12,height=4,version="1.4")
 
 rel    <- read.table("mlocarna_results/results/result.bmreliability");
 seqrel <- rel[[2]]
@@ -112,8 +112,8 @@
 
 if (0!=1) {
 
-  on  <- c(0,4,33,44,49);
-  off <- c(3,20,43,48,51);
+  on  <- c(0,33);
+  off <- c(20,51);
 
   if (length(on)>0) {
     for (i in 1:length(on)) {
@@ -123,8 +123,8 @@
 
   ### draw on/off values
   if (0) {
-    lines(c(1,1+len),c(0.0355791,0.0355791),lty=2,lwd=1)
-    lines(c(1,1+len),c(0.702675,0.702675),lty=2,lwd=1)
+    lines(c(1,1+len),c(0.0139513,0.0139513),lty=2,lwd=1)
+    lines(c(1,1+len),c(0.656017,0.656017),lty=2,lwd=1)
   }
 }