IARCbioinfo / needlestack

Multi-sample somatic variant caller
GNU General Public License v3.0
49 stars 15 forks source link

allow nextflow resume to work #180

Closed mfoll closed 4 years ago

mfoll commented 6 years ago

Now that needlestack is basically a single process (+ split and merge) with piped commands (https://github.com/IARCbioinfo/needlestack/issues/147), the nextflow -resume option doesn't work because we move the output pdf here: https://github.com/IARCbioinfo/needlestack/blob/v1.1b/needlestack.nf#L428. We should rather copy them even if it uses a bit more disk space.