skinniderlab / CLM

MIT License
0 stars 0 forks source link

Changes in seed to main function for add_carbon #223

Closed adichaloo closed 2 months ago

vineetbansal commented 2 months ago

@adichaloo - looks good! I've added the same logic at another place where it was missed (calculate_outcomes), and added set_seed in the main() for calculate_outcome_distrs (we shouldn't simply remove it from the function without adding it to the corresponding command's main I think).

I've also added --seed .. in the snakemake step in all cases where the step supports the --seed argument.