Skip to content

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