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

Allowed process substitution as input #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allowed process substitution as input #128

wants to merge 1 commit into from

Conversation

scwatts
Copy link

@scwatts scwatts commented Jul 6, 2015

When using a process substitution as input, an error is thrown:

$ prokka <(sed 's/^\(.\+\?\)_length.\+/\1/g' contigs.fasta)
'/dev/fd/63' is not a readable non-empty FASTA file

Changed input file test so that the input must be readable, not a directory, and either a socket or a pipe.

When using a process substitution as input, an error is thrown:
    $ prokka <(sed 's/^\(.\+\?\)_length.\+/\1/g' contigs.fasta)
    '/dev/fd/63' is not a readable non-empty FASTA file
Changed input file test so that the input must be readable, not a directory, and either a socket or a pipe.
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

Successfully merging this pull request may close these issues.

1 participant