-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels