NMRL / Ardetype

Pipeline allows to perform reference-guided de-novo assembly of bacterial genomes, starting from Illumina PE150 fastq files.
1 stars 0 forks source link

Provide a way to reliably combine outputs from different analyses #7

Closed omegatro closed 1 year ago

omegatro commented 1 year ago

Currently when combining the pipeline outputs from different runs, the snakemake will reprocess part of the input samples even if the outputs exist.

Potential lead: if files were copied, the timestamps are updated leading to "Updated input files" trigger

omegatro commented 1 year ago

Partially this is solved by using mv or cp -p to preserve timestamps on output files. Some files, however, still trigger full reprocessing with reason: Forced excecution for quality control rule and "File updated by another job". Further check required.

omegatro commented 1 year ago

Closed by #21