You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning message:
In fread(paste(folder, "/pass2Tr.bed", sep = "")) :
File '/mnt/agnerds/Rene.Wiegandt/10_Master/masterJLU2018/bin/1.2_filter_motifs//pass2Tr.bed' has size 0. Returning a NULL data.table.
Error in setnames(x, value) :
Can't assign 8 names to a 0 column data.table
Calls: colnames<- -> names<- -> names<-.data.table -> setnames
Execution halted
Error: The requested file (/mnt/agnerds/Rene.Wiegandt/10_Master/masterJLU2018/bin/1.2_filter_motifs//merged.bed) could not be opened. Error message: (No such file or directory). Exiting!
1. Your script should check if the given path has a '/' at the end and consider this when building a path!
2. The merged.bed file is not written to the location where your script expects it to be. Could be because of 1. but it could also be something else. Please look into that.
3. You should add a description for parameter -p; --path
The text was updated successfully, but these errors were encountered:
I'm running following code:
It exsits with following error:
The text was updated successfully, but these errors were encountered: