-
Notifications
You must be signed in to change notification settings - Fork 295
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
normalize-by-median.py does not accept reads on the stdin #633
Comments
See #393, if I'm understanding your comment correctly. |
Hello @macmanes. We don't support the dash syntax yet; did you try specifying |
Here is the correct place, thanks! |
sorry, /dev/stdin does not work either:
I get output and error:
Interestingly, a 56Gb |
Ah, drat: this is a screed issue. To reproduce: Comment out lines 254, 258-268, and adjust indentation as necessary in normalize-by-median.py
|
I have fixed this in dib-lab/screed#11 but it isn't compatible with Python2.6 at this time. |
Any reason why
normalize-by-median.py
could (should) not accept reads on the stdin frominterleave-reads.py
?This would be super.. Could imagine streaming input reads from a number of different sources as well…
P.S. Do you want these messages here or on the mailing list..
The text was updated successfully, but these errors were encountered: