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
I was processing a few genome datasets, which included some spaces in the naming of files.
Now, I know unix based systems does not generally like spaces and/or special characters in files, and maybe it is dir() fault in not backslashing spaces ad others special characters, just thought to share what happenes with me.
load_gff_list(): gffs <- load_gff_list(gff_files) sh: 1: Syntax error: "(" unexpected
and then it tries to find the files anyway, and errors again: Error in { : task 1 failed - "Cannot find /tmp/Rtmp33fvXM/gffTMP50ee4cbcabd9.fasta, please correct path and/or file name"
Anyways, cheers
The text was updated successfully, but these errors were encountered:
I was processing a few genome datasets, which included some spaces in the naming of files.
Now, I know unix based systems does not generally like spaces and/or special characters in files, and maybe it is dir() fault in not backslashing spaces ad others special characters, just thought to share what happenes with me.
load_gff_list():
gffs <- load_gff_list(gff_files) sh: 1: Syntax error: "(" unexpected
and then it tries to find the files anyway, and errors again:
Error in { : task 1 failed - "Cannot find /tmp/Rtmp33fvXM/gffTMP50ee4cbcabd9.fasta, please correct path and/or file name"
Anyways, cheers
The text was updated successfully, but these errors were encountered: