hpc-carpentry / old-hpc-workflows

Scaling studies on high-performance clusters using Snakemake workflows
https://www.hpc-carpentry.org/old-hpc-workflows/
Other
8 stars 2 forks source link

Location of final code products #17

Open vinisalazar opened 2 years ago

vinisalazar commented 2 years ago

Currently, Snakefiles and other Snakemake code are in the compressed files in the files directory. Furthermore, they are inside a hidden .solutions directory inside those files. Would it be good to have them "more accessible", e.g. to move them to the code directory?

ocaisa commented 2 years ago

Another Snakemake lesson adds a reference Snakefile to the end of each episode which seems like a good idea to me.

bkmgit commented 2 years ago

That seems ok. A callout seems reasonable. One could also have it at the beginning of each episode, since not all items added in the previous episode are reused.