Open victorlin opened 6 years ago
In short, this is not possible:
Python scripts have been modified to output to a file rather than sys.stdout
. The only concern would be the piping commands. Error most likely would happen if:
bedtools
, bedmap
)stdout
(ex. no file)
annotatePeaks.pl ... > [FILE]
homerTools ... > [FILE]
Some non-errors to test for (#23):
tail
-ing a file with no header will still result in a proper BED format, but the first interval will be lost.
Don't write anything to target unless it's the intended output.