IKIM-Essen / uncovar

Transparent and robust SARS-CoV-2 variant calling and lineage assignment with comprehensive reporting.
https://ikim-essen.github.io/uncovar
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

feat: ignore the timestamp on the human genome reference file #595

Closed Kallepan closed 1 year ago

Kallepan commented 1 year ago

Description

Downloading human genome fasta files is a time intensive task where ignoring the timestamp could save time when running the pipeline. I have marked the corresponding input to ignore timestamps using snakemakes ancient directive.

Related Issue

Checklist