popsim-consortium / analysis2

Analysis for the second consortium paper.
8 stars 14 forks source link

snakefile ext should be smk #84

Open stsmall opened 1 year ago

stsmall commented 1 year ago

Official docs suggest .smk as file extension of modules. Editors recognize only 'Snakefile 'and '.smk' for formatting. Suggest changing current file: simulation.snake, n_t.snake, and dfe.snake to simulation.smk, n_t.smk, and dfe.smk.

"In addition to the central Snakefile, rules can be stored in a modular way, using the optional subfolder workflow/rules. Such modules should end with .smk, the recommended file extension of Snakemake." https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html

andrewkern commented 1 year ago

sounds good to me