Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load_gff_list() does not like special characters in names #7

Open
LuzanelL opened this issue Nov 21, 2022 · 1 comment
Open

load_gff_list() does not like special characters in names #7

LuzanelL opened this issue Nov 21, 2022 · 1 comment

Comments

@LuzanelL
Copy link

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

@valflanza
Copy link
Member

Thanks LazaneIL.

Yes there are issues with special character in file names. We corrected the issues in the folder names, but we can do nothing with the basenames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants