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

Update 18170_run_notes.md

parent 71b8bac4
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ done ...@@ -74,7 +74,7 @@ done
Re-generate the family ids list. Re-generate the family ids list.
``` ```
cut -f 1 /scratch/u035/project/trio_whole_exome/analysis/params/18170_Ansari_Morad.ped | sort -u > 18170_Ansari_Morad.family_ids.txt cut -f 1 /scratch/u035/project/trio_whole_exome/analysis/params/18170_Ansari_Morad.ped | sort -u | awk '{ print "18957_" $0 }' > 18170_Ansari_Morad.family_ids.txt
``` ```
Edit the parameter generation script to skip running the Perl script for producing the PED files. Edit the parameter generation script to skip running the Perl script for producing the PED files.
......
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