I need to refactor my genome analysis scripts into a Snakemake
workflow that downloads an ancient genome FASTA file, computes
sequence statistics, and summarizes the results. Please generate
a Snakefile and example rule for running the analysis on a compute
cluster.