skinniderlab / CLM

MIT License
0 stars 0 forks source link

sample_seed #128

Closed vineetbansal closed 4 months ago

vineetbansal commented 4 months ago

Sample seeds for sampling step. See new dag here.

seed in snakemake workflow is now called train_seed, with introduction of a new sample_seed.

Progression of commits for sanity checking:

  1. Renaming of test_data files to conform to new naming of sample files from ...<fold>_<train_seed>... to ...<fold>_<train_seed>_<sample_seed>..., with seed in sample_molecules_RNN set to train_seed (previously just called seed) to replicate old behavior.

  2. sample_molecules_RNN now uses the correct seed (sample_seed). Files in test_data updated based on output of a run of test_snakemake.py after this change.