Skip to content

STDIN not working #32

@hudja

Description

@hudja

Hello,

It seems that --stdin is not working, at least on 0.4.1, 0.4.0 and 0.2.2 versions.

(tst) [hudja@ares18 workflow]$ cat tst.fq | fastplong --stdin
Adapter auto-detection is disabled for STDIN mode
ERROR: read input should be specified by --in, or enable --stdin if you want to read STDIN
(tst) [hudja@ares18 workflow]$ cat tst.fq | ./fastplong.0.4.0 --stdin
Adapter auto-detection is disabled for STDIN mode
ERROR: read input should be specified by --in, or enable --stdin if you want to read STDIN
(tst) [hudja@ares18 workflow]$ cat tst.fq | ./fastplong.0.2.2 --stdin
Adapter auto-detection is disabled for STDIN mode
ERROR: read input should be specified by --in, or enable --stdin if you want to read STDIN

fastplong --in tst.fq works fine though.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions