Russel88 / MAGinator

MAGinator - Accurate SNV calling and profiling of MAGs
MIT License
16 stars 1 forks source link

Avoid rerunning of of rule to produce BAM-files #6

Open trinezac opened 1 year ago

trinezac commented 1 year ago

In MAGinator/maginator/workflow/pileup.Snakefile'


Change the too ancient to not rerun every time? bam=os.path.join(WD, 'mapped_reads', 'bams', 'genecounts{sample}.bam')

Currently it reruns every time with the message: 'Params have changed since last execution'