-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Clement, I am trying to render the TE landscape of the studied genome using dnaPT_landscapes.sh
This is an error that appears to be new
(base) ant@hillary:/dnaPipeTE/Project/dnaPipeTE_proj2$/dnaPipeTE/Project/dnaPipeTE_proj2$ ./dnaPT_landscapes.sh -I /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2
(base) ant@hillary:
input dataset: /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2
output folder: /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2
output prefix: dnaPipeTE
super-family level: FALSE
custom ylim: FALSE
plotting Unknown: TRUE
[1] "load variables..."
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file '/home/ant/dnaPipeTE/Project/dnaPipeTE_proj2/colors.land': No such file or directory
Execution halted
All done, results in /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2/
Same script but error came with a little more of info this time:
(base) ant@hillary:/dnaPipeTE/Project/dnaPipeTE_proj2$ ./dnaPT_landscapes.sh -I /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2/dnaPipeTE/Project/dnaPipeTE_proj2$
input dataset: /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2
output folder: /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2
output prefix: dnaPipeTE
super-family level: FALSE
custom ylim: FALSE
plotting Unknown: TRUE
[1] "load variables..."
[1] "Recognized classes:"
[1] "^DNA$"
[1] "^LINE$"
[1] "^LINE/CR1$"
[1] "^LINE/Dong-R4$"
Error in col.lands[i] <- cols$V2[grep(pattern = paste("^", levels(as.factor(land$TE_subclass))[i], :
replacement has length zero
Execution halted
All done, results in /home/ant/dnaPipeTE/Project/dnaPipeTE_proj2/
(base) ant@hillary: