Skip to content
Snippets Groups Projects
Commit 4f156807 authored by ameyner2's avatar ameyner2
Browse files

Update 18170_run_notes.md

parent b84776f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment