BIMSBbioinfo / pigx_bsseq

bisulfite sequencing pipeline from fastq to methylation reports
https://bioinformatics.mdc-berlin.de/pigx/
GNU General Public License v3.0
11 stars 4 forks source link

printing targets as part of the "all" rule forces re-execution #59

Closed rekado closed 6 years ago

rekado commented 6 years ago

The "all" rule is always executed, because it has a "run" component to describe all targets upon request. Commenting the "run" part prints "Nothing to be done" as expected.

Find a way to describe the targets without breaking this property.