diff --git a/docs/18170_run_notes.md b/docs/18170_run_notes.md index 983a0652f4b906666327c2d6f5baff4bdaf7d0b1..46f9fec4eb79e620062c16408fe97beae708a497 100644 --- a/docs/18170_run_notes.md +++ b/docs/18170_run_notes.md @@ -85,5 +85,15 @@ Edit the parameter generation script to skip running the Perl script for produci $project_id $version $sample_suffix &> ${version}_${project_id}.log ``` -Uncomment out the skipped section of the parameter generation script. Check config files for families. +Uncomment out the skipped section of the parameter generation script. +Fix the config files for these families. + +``` +for family in 428004 427734 429213 427554 428055 +do + cp v1_17710_Ansari_Morad_18840_${family}.yaml v1_18170_Ansari_Morad_18957_${family}.yaml + perl -pi -e 's/18840/18957/' v1_18170_Ansari_Morad_18957_${family}.yaml + perl -pi -e 's/17710/18170/' v1_18170_Ansari_Morad_18957_${family}.yaml +done +```