magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Add DownloadDistmapResult check for _SUCCESS files before processing #470

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

A new check on startup for the _SUCCESS file (if it is a HDFS path) should throw an UserException to show that the job was not successful. We can add also an @Advance argument (--disable-success-check) to proceed even if the file is not present.

magicDGS commented 6 years ago

Related with https://github.com/robmaz/distmap/issues/88