rmhubley / RepeatMasker

RepeatMasker is a program that screens DNA sequences for interspersed repeats and low complexity DNA sequences.
Other
214 stars 48 forks source link

allow RM2Bed to read and write from pipes #253

Open ASLeonard opened 3 months ago

ASLeonard commented 3 months ago

Reading and writing from pipes was handy, and nothing was really preventing that. Some minor modifications to read from stdin rather than a file and changed output_bed to fix a pandas to_csv error.

I've tested this on my own files for piped input/output or files, but there may be unexpected edge cases.