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

sambamba-sort: Cannot open or create file '/dev/stdin' : No such file or directory #126

Open
ccario83 opened this issue Apr 26, 2018 · 0 comments

Comments

@ccario83
Copy link

First of all, awesome tool with a smart design. And easy to compile!

I've been running into the issue where /dev/stdin and /dev/stdout aren't defined, which leads to piping issues. These are normally sym-linked to /dev/stdin -> /proc/self/fd/0 and /dev/stdout -> /proc/self/fd/1 but the system admin for the cluster I'm running speedseq on is unable to create these for technical reasons I won't get into.

Is there a known workaround, or, alternatively, a reason why /proc/self/fd/0 and /proc/self/fd/1 aren't directly accessed?

sambamba-sort: Cannot open or create file '/dev/stdin' : No such file or directory
sambamba-view: Cannot open file `/dev/stdin' in mode `rb' (No such file or directory)
sambamba-sort: Cannot open or create file '/dev/stdin' : No such file or directory
sambamba-view: Cannot open file `/dev/stdin' in mode `rb' (No such file or directory)
samblaster: Version 0.1.22
samblaster: Inputting from stdin
samblaster: Outputting to stdout
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

1 participant