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

Fix double slash in directory urls #332

Closed
jhanifen opened this issue Aug 24, 2023 · 2 comments
Closed

Fix double slash in directory urls #332

jhanifen opened this issue Aug 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jhanifen
Copy link

Description of the bug

When using newer versions of Nextflow, the follow error may occur when moving files.

java.lang.IllegalArgumentException: I/O not allowed on dot-dirs or extra slashes when !permitEmptyPathComponents:

This is due to the path to the files having a double slash //

Example:
macs2//narrow

Command used and terminal output

No response

Relevant files

conf/modules.config

System information

No response

@jhanifen jhanifen added the bug Something isn't working label Aug 24, 2023
@jhanifen
Copy link
Author

0001-fix-double-slash-logic.patch

patch for a fix

bjlang pushed a commit to bjlang/nf-core-atacseq that referenced this issue Mar 20, 2024
@bjlang
Copy link
Contributor

bjlang commented Mar 20, 2024

#355 implements your patch. Thank you for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants